Re: [myhdl-list] Block return values (myhdl.BlockError)
Brought to you by:
jandecaluwe
From: Henry G. <he...@ma...> - 2016-05-10 10:05:30
|
On 10/05/16 11:02, Henry Gomersall wrote: > super(self, _Block).__init__( > wrapper_func, deco, wrapper_srcfile, > wrapper_srcline, *args, **kwargs) Of course, that should be super(ExtractExtraArgsBlock, self).__init__(...) |