Forum Discussion

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

Interrupt detection

Is it right to do so? if (rising_edge(CLK)) then busy1 <= BUSY; busy2 <= busy1; if (busy1 = '1' and busy2 = '0') then int <= '1'; else int <= '0...