Forum Discussion
Altera_Forum
Honored Contributor
15 years agoIRQ 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...
Altera_Forum
Honored Contributor
15 years agoIt seems that this condition never happens
if (usedw_r==1)
valid <= 1;
How can i get the half full signal from an assyncrhonos FIFO??? And am i writing right to the fifo with my code that i shown in the first post?