X
Xin Xiao
Guest
I've created a type which is an array (63 downto 0) of std_logic_vector(15
downto 0).
Then I make a signal assigment like this:
Dest_sig <= Sourc_sig;
Both signals are of the type I described above.
The problem is that Dest_sig doesn't seem to get the desired values...
Maybe the problem is that I cannot assign such big signals? Should I loop
component by component?
Thanls,
downto 0).
Then I make a signal assigment like this:
Dest_sig <= Sourc_sig;
Both signals are of the type I described above.
The problem is that Dest_sig doesn't seem to get the desired values...
Maybe the problem is that I cannot assign such big signals? Should I loop
component by component?
Thanls,