Re: [myhdl-list] essay about integer arithmetic
Brought to you by:
jandecaluwe
From: Michael B. <ma...@cr...> - 2009-03-06 12:30:07
|
IMHO, though informed with years of hardware implementation experience, automating bit-widths should be 100% a non-goal. It should never be done under any circumstances whatsoever. IMHO, this is a serious failing of MyHDL. Best, Michael California On Fri, 06 Mar 2009 07:21:50 -0500, Neal Becker wrote > Jan Decaluwe wrote: > > > This is an essay that I wanted to write for a long time. > > It describes what I think is wrong with integer arithmetic > > in VHDL and Verilog, and why MyHDL provides a solution. > > > > Before releasing it to the general public, I'm interested > > to hear what you think about it. > > > > http://www.jandecaluwe.com/hdldesign/counting.html > > > > > > > > If you really want to automate the bit widths, perhaps some kind of > interval arithmetic is wanted? > > python mpmath and pyinterval both supply some interval arithmetic, > but these are over reals, not integers. > > ------------------------------------------------------------------------------ > Open Source Business Conference (OSBC), March 24-25, 2009, San > Francisco, CA -OSBC tackles the biggest issue in open source: Open > Sourcing the Enterprise -Strategies to boost innovation and cut > costs with open source participation -Receive a $600 discount off > the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H > _______________________________________________ > myhdl-list mailing list > myh...@li... > https://lists.sourceforge.net/lists/listinfo/myhdl-list |