Forum Discussion
Altera_Forum
Honored Contributor
14 years agoAs i mentioned in a private msg to you.
Does anybody have a template to do this? My read_en signal happens when read_en <= '1' when ((chipselect = '1') and (read = '1') and (byteenable = "1111")) else '0';
do i need a irq_en signal too, that says when i can send an irq?