Forum Discussion
Altera_Forum
Honored Contributor
17 years agoyeah im using IEEE.fixed_pkg so is the following correct??
signal out: sfixed(3 downto -12); signal outS : std_logic_vector (15 downto 0); out <= obtain_Yn_real(1); outS <= to_StdLogicVector(out, 16);