Altera_Forum
Honored Contributor
19 years agoCPU Reset not having any effect...
I am trying to use the CPU reset and am not getting anywhere. I have multiple CPU's so it is important to be able to reset them individually.
After several failed attempts, I tried to hard-code the reset like this: -- the_cpu_0
cpu_resetrequest_to_the_cpu_0 => '1',
cpu_resettaken_from_the_cpu_0 => RESET_TAKEN_CPU0, and the CPU still runs as if nothing has happened. What could I be missing? It appears as if the reset is having no effect at all. I don't have the JTAG debugger enabled, so that isn't it. Thanks, Brian