Forum Discussion

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

De2_tv

This is a part from module Reset_Delay in DE2_TV project: begin if(Cont!=22'h3FFFFF) Cont <= Cont+1; if(Cont>=22'h1FFFFF) oRST_0 <= 1; if(Cont>=22'h2FFFFF) oRST_1 <= 1; if(Cont>=2...