jbush001 / NyuziProcessor

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

Check additional edge cases in on_chip_debugger #149

Open jbush001 opened 6 years ago

jbush001 commented 6 years ago

The following conditions are currently not handled properly:

To address this, the status register should return a busy indication (probably change the identifier from ISSUED to BUSY), and this should be indicated if:

Also need additional logic in thread_select_stage to check if a multi-cycle instruction is pending.