W
Willem Oosthuizen
Guest
signal D is defined as std_logic_vector(51 downto 0)
D <= conv_std_logic_vector(2**n+16#ff#,D'length); only works correctly for
integer n < 31. How can I make it work for integer n < 52 ?
Any suggestions? Why is there this 32 bit limit?
D <= conv_std_logic_vector(2**n+16#ff#,D'length); only works correctly for
integer n < 31. How can I make it work for integer n < 52 ?
Any suggestions? Why is there this 32 bit limit?