Forum Discussion
Altera_Forum
Honored Contributor
20 years agoReset only the CPU
I have a system with a custom peripheral, a CPU and a dual ported memory which is connected to the PC via PCI interface. The CPU runns from the software stored in the dualported RAM. Now I want...
Altera_Forum
Honored Contributor
20 years agoperhaps create a register or simple pio and connect it to your pci core,
from this you can control the reset input of your nios system. the nios can be simple resetted with a watchdog timer. (simple while loop that does not reset watchdog), but if your custom perpherial is connected to the reset signal of the avalon bus it will be resetted too.