Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
8 years ago

Compare two byte arrays

I have a list of commands and a command received from UART. type commands is array(0 to COM_SIZE) of std_logic_vector(7 downto 0); signal commands_list : commands(0 to COM_COUNT) := ( x"73...