Re: [myhdl-list] intbv with max != 2**n. Error or annoyance?
Brought to you by:
jandecaluwe
From: Jan D. <ja...@ja...> - 2013-02-25 15:35:01
|
On 01/29/2013 03:06 PM, Per Karlsson wrote: > Hm, that would enforce a coding style where every combinatorial cloud > must be written monolithically. You could never break down a > combinatorial problem into parts. > > I think this is a bad coding style. It makes for unreadable code, and > it limits the amount of complexity that can be tackled successfully. Come on, it's really the other way around. *Of course* it is better to limit a combinatorial block to a single delta cycle, and possibly use local variables for intermediate steps, instead of doing everything with signals and a myrad of concatenated combinatorial blocks. -- Jan Decaluwe - Resources bvba - http://www.jandecaluwe.com Python as a HDL: http://www.myhdl.org VHDL development, the modern way: http://www.sigasi.com World-class digital design: http://www.easics.com |