You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we have no means to capture Interrupt Mode correctly, which will break snapshots and makes it impossible to change+restore the interrupt mode when entering NMI.
Since we cannot read the IM, the FPGA needs to capture execution of the IM instructions and latch the values so we can read them afterwards. We can use unused bits in the FIFO status register to avoid using extra registers, this will require minor changes to the current ASM code which tests for "not zero" values to figure if FIFO is empty.
The text was updated successfully, but these errors were encountered:
Currently we have no means to capture Interrupt Mode correctly, which will break snapshots and makes it impossible to change+restore the interrupt mode when entering NMI.
Since we cannot read the IM, the FPGA needs to capture execution of the IM instructions and latch the values so we can read them afterwards. We can use unused bits in the FIFO status register to avoid using extra registers, this will require minor changes to the current ASM code which tests for "not zero" values to figure if FIFO is empty.
The text was updated successfully, but these errors were encountered: