Forum Discussion

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

IRQ from PIO Not working.. Please help, very detailed

Hello i made a wrapper that does that: always@(posedge rdclk) begin contador <= contador +1; valid <= 0; //rdreq <= 1; wrreq <= 1; wrclk <= 0; if(contador == 5000...