Re: [myhdl-list] intbv.saturate, intbv.wrap
Brought to you by:
jandecaluwe
From: Günter D. <dan...@we...> - 2008-06-29 07:11:19
|
Blubaugh, David A. wrote: > That sounds exactly as to what I will need for the multidimensional FFT problem that I currently tasked with at this time. I was also wondering, if MyHDL can handle multidimensional arrays within Python that will be generated into Verilog? David, You should find an answer to your question in this section of the manual, describing the conversion to Verilog: http://www.jandecaluwe.com/Tools/MyHDL/manual/conv.html To quote from it: > 6.3.2 The structural description can be arbitrarily complex and > hierarchical > As the conversion works on an elaborated design instance, any modeling > constraints only apply to the leaf elements of the design structure, > that is, the co-operating generators. In other words, there are no > restrictions on the description of the design structure: Python's full > power can be used for that purpose. Also, the design hierarchy can be > arbitrarily deep. That sounds like a big yes to you question. Cheers, Guenter |