Forum Discussion
Altera_Forum
Honored Contributor
15 years agomultiplication in fixed_pkg
sir/mam i am using fixed_pkg_c.vhdl for multiply 0.46 with a wc which is std_logic_vector of 14 bits.i represent 0.46 using sfixed command,but can't understand how to convert std_logic_vector t...
Altera_Forum
Honored Contributor
15 years agoyou need to make the ieee_proposed library.
As you can see, this was the pre-release code. Now its moved to the floatfixlib library, which comes with modelsim. So instead of using ieee_proposed, use floatfixlib instead.