Skip to content

v1.13.0

Compare
Choose a tag to compare
@LeoRiether LeoRiether released this 12 Sep 22:51
· 141 commits to main since this release

Run with ./fpgrars your_riscv_file.s or ./fpgrars --help to see the options.
UnB students should get the 8 bit version


  • Implemented a new control bit for the Keyboard MMIO! Now the byte at 0xFF210000 is set to 1 when there's a key down/pressed, and 0 otherwise. 0xFF210004 is a duplicate of 0xFF200004, to make switching from RARS or FPGA-compatible code easier. The previous method of getting input from the keyboard, which used positions 0xFF200000 and 0xFF200004, is still supported and left unchanged.