[myhdl-list] Re: List of Signals as input/output in a toVerilog()
Brought to you by:
jandecaluwe
From: Jan D. <ja...@ja...> - 2006-05-25 10:17:52
|
Guenter Dannoritzer wrote: > There is a restriction to what type of signals can be converted with > toVerilog: > > http://www.jandecaluwe.com/Tools/MyHDL/manual/conv-subset-types.html This describes the restriction for code inside generator functions. I guess I'll have to add a specific section about the (more severe) restrictions for the top-level interface of a module. In fact, only Signals with intbv, bool or enum base types can be converted. Regards, Jan -- Jan Decaluwe - Resources bvba - http://www.jandecaluwe.com Losbergenlaan 16, B-3010 Leuven, Belgium From Python to silicon: http://myhdl.jandecaluwe.com |