Re: [myhdl-list] fixed_point library and VHDL generation
Brought to you by:
jandecaluwe
From: Christopher L. F. <chr...@gm...> - 2010-01-17 03:01:16
|
> Correct, the intbv would work correctly and the bug is in the fxintbv. > > Simple example why you would use the fxintbv you can do the following > x = fxintbv(3.142592). Yes, you could do the conversion by hand and > pass the integer to intbv. The fixed point classes give some > additional features when dealing with non-integers numbers. > Embarrassing yes, I fat fingered the value of pi. |