Forum Discussion
sstrell
Super Contributor
6 years agoI think you're missing an outer set of parentheses.
mantissa_D := unsigned ((zeros (23 downto 23 - D_shift+1)) & mantissa_D(23 downto D_shift));
#iwork4intel
I think you're missing an outer set of parentheses.
mantissa_D := unsigned ((zeros (23 downto 23 - D_shift+1)) & mantissa_D(23 downto D_shift));
#iwork4intel