douggilliland / R32V2020

My 32-bit RISC CPU for smallish FPGAs
GNU General Public License v3.0
17 stars 3 forks source link

HCF was causing halt and almost fire #34

Closed douggilliland closed 5 years ago

douggilliland commented 5 years ago

Documenting fix to HCF issue.

Issue was once HCF executed the next time the processor was restarted it would still be in HCF. That is because the instruction ROM output was not being output exiting reset.

So HCF only halts and doesn't cause the CPU to catch fire any more ;)