Forum Discussion
Altera_Forum
Honored Contributor
13 years agoI have a doubt about your reset signal. I think it needs to end with _n if you want to use an active low signal, or else QSys will think it is an active high signal and will keep your "resetn" signal at 0 during the whole time. Try to rename it reset_n, or more simply to call it reset and use an '1' value in the if.
Did you try to put some Signaltap probes to see if your slave was accessed?