[myhdl-list] Default value of intbv - proposed change
Brought to you by:
jandecaluwe
From: Jan D. <ja...@ja...> - 2010-10-10 20:25:04
|
There is just one last thing I'd like to change before feature-freezing 0.7. At some point the default intbv value was 0, but then I changed it to None. I thought this would be necessary to support tristates. In the mean time, tristates can be supported rather well by ShadowSignals, and the None default for intbv's doesn't really make sense. It only takes away some performance due to superfluous testing. I propose to change the default value back to 0. The difference: intbv() currently has None as initial value would now have 0 as initial value Objections? Jan -- 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 Analog design automation: http://www.mephisto-da.com World-class digital design: http://www.easics.com |