Altera_Forum
Honored Contributor
15 years agoVhdl code for IP_IRQ component!
Hi, I need help for Vhdl code for designing one IP component, small device drivers and test demonstration that give a periodic interrupt to sierra every second.
"SEE ATTACHMENT" Component level interface (VHDL) is: PORT ( addr : IN std_logic_vector(1 downto 0); clk : IN std_logic; cs_n : IN std_logic; read_n : IN std_logic; din : IN std_logic_vector(31 DOWNTO 0); reset_n : IN std_logic; write_n : IN std_logic; dout : OUT std_logic_vector(31 DOWNTO 0); irq_out_n : out std_logic_vector(1 downto 0) ) ; END; I attached also a vhdl code(IP_IRQ) that i wrote but is not working. I don’t know what’s wrong.