Re: [myhdl-list] essay about integer arithmetic
Brought to you by:
jandecaluwe
From: Neal B. <ndb...@gm...> - 2009-03-06 13:45:11
|
In case anyone is interested, here is my run_time_fixed_pt class. (run_time because bit widths are set at run time, so I can use it from python. I have another version that sets widths at compile time as template parameters). |