Forum Discussion
Altera_Forum
Honored Contributor
16 years ago --- Quote Start --- Thanks for your reply. Is the IEEE VHDL 200X fixed point package by David Bishop a good one to start with if I use fixed point? You are correct the floating point implementation takes up a lot of logic and clocks. --- Quote End --- Perfect place to start, but quartus doesnt support the 2008 version (yet) You can get a version thats compatible with VHDL 93 here: http://www.vhdl.org/fphdl/ You can do fixed point with numeric_std package or if you have to, the std_logic_arith package, but the fixed point package can really help your sanity tracking fractional bits!