Forum Discussion
Altera_Forum
Honored Contributor
7 years agoHi Saras,
did you forgot to assign the constants for the addresses? constant A_IN_REG0 : std_logic_vector(7 downto 0) := X"00"; constant A_IN_REG1 : std_logic_vector(7 downto 0) := X"01"; ... The same you have to use in your Nios program. Jens