Re: [myhdl-list] AttributeError: '_ConvertFunctionVisitor' object has no attribute 'funcBuf'
Brought to you by:
jandecaluwe
From: Jan D. <ja...@ja...> - 2009-03-04 20:26:45
|
Neal Becker wrote: > I'm still getting my head around this verilog stuff. I think it's working > now. > > If I want to translate something to verilog, I need to remember to write > verilog-ish versions of all the functions it uses. As said before, if you can keep things outside generators, e.g. for computation of constants, the code can be arbitrarily complex. Otherwise, you're correct that there are important limitations. Also, it seems you found a bug in the convertor when an ordinary function calls another one. Jan -- Jan Decaluwe - Resources bvba - http://www.jandecaluwe.com Python as a hardware description language: http://www.myhdl.org |