Forum Discussion
Altera_Forum
Honored Contributor
8 years agoTo generate Pulse signals with Generic tri-state controller
Hi ! My task is to generate pulse and trigger signals using Quartus and NIOS Processor. I'm using Generic tri-state controller to communicate with registers in Quartus from NIOS to enable the ...
Altera_Forum
Honored Contributor
8 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