Forum Discussion
EEren
Occasional Contributor
7 years agoShift Left
signal set_rx_stat : std_logic := '0';
shared variable mailbox_idx : integer range 0 to 255 := 0;
variable set_bits : std_logic_vector(31 downto 0) := X"00000000";
set_bits := std_logic_vec...
GuaBin_N_Intel
Contributor
7 years agoThere's something not correlated in the error message. The variable "set_rx_stat" is supposed to be assigned to "ARG" in the function where it should be unsigned type. Do you have the cast function "to_unsigned" ?