jbush001 / NyuziProcessor

GPGPU microprocessor architecture
Apache License 2.0
1.97k stars 349 forks source link

Non-maskable interrupt #109

Open jbush001 opened 6 years ago

jbush001 commented 6 years ago

Add a non-maskable interrupt vector. Interrupt handling is in hardware/core/control_register.sv. The interrupt_mask register controls which can generate interrupt. Pick one of the interrupts and hard code its mask bit to 1.