207413dd90Assembler only needs Int: function, fixed position of program lenght. Ported ROM and UART bootloader over from FPGC5. Updated documentation on interrupts. Added resets. Fixed bug in MU. Increased stack size. Tested everything in hardware. Probably some other fixes and things I forgot.
преди 2 години
bart
69e83fb855Fully implemented interrupts in verilog. Return address appears to work fine, but might need some further testing for different delays in the pipeline.
преди 2 години
bart
e493a27ab4Started on interrupts. Triggering seems to work, reti still needs to be implemented