Re: [myhdl-list] intbv.saturate, intbv.wrap
Brought to you by:
jandecaluwe
From: Blubaugh, D. A. <dbl...@be...> - 2008-06-29 05:06:21
|
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? Thanks, David Blubaugh ________________________________ From: myh...@li... on behalf of Jan Decaluwe Sent: Sat 6/28/2008 4:12 PM To: myh...@li... Subject: Re: [myhdl-list] intbv.saturate, intbv.wrap Christopher L. Felton wrote: > I missed the earlier discussion, but my opinion the wrap is used very > often in DSP applications. Any time you use an integrator (CIC, loop > filters, etc) you frequently take advantage of the wrap. Even FIR > filters will often use the wrap "feature". I suspect those DSP algorithms are not specified in Verilog/VHDL. It wouldn't be surprizing if the specs used modulo operations - the high-level version of a wrap. We could do this in MyHDL also, even at the RTL level. (I have often done this in VHDL.) Jan -- Jan Decaluwe - Resources bvba - http://www.jandecaluwe.com <http://www.jandecaluwe.com/> Kaboutermansstraat 97, B-3000 Leuven, Belgium From Python to silicon: http://myhdl.jandecaluwe.com <http://myhdl.jandecaluwe.com/> ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ myhdl-list mailing list myh...@li... https://lists.sourceforge.net/lists/listinfo/myhdl-list This e-mail transmission contains information that is confidential and may be privileged. It is intended only for the addressee(s) named above. If you receive this e-mail in error, please do not read, copy or disseminate it in any manner. If you are not the intended recipient, any disclosure, copying, distribution or use of the contents of this information is prohibited. Please reply to the message immediately by informing the sender that the message was misdirected. After replying, please erase it from your computer system. Your assistance in correcting this error is appreciated. |