AntonLydike / riscemu

RISC-V emulator in python
MIT License
48 stars 13 forks source link

Added streaming register bank and basic xssr instructions #43

Closed KGrykiel closed 1 year ago

KGrykiel commented 1 year ago

Related to issue #41. Set up the snitch stream, the functionality for reading and writing, as well as some xssr instructions.

KGrykiel commented 1 year ago

main.py is unchanged from the "snitch" branch. Will need to address it later.

AntonLydike commented 1 year ago

I fixed the __main__.py!

AntonLydike commented 1 year ago

Can you add an entry to the Changelog.md please