Re: [myhdl-list] essay about integer arithmetic
Brought to you by:
jandecaluwe
From: Neal B. <ndb...@gm...> - 2009-03-06 12:22:08
|
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. |