Releases: pranjalchanda08/slash-sim
Releases · pranjalchanda08/slash-sim
v0.1
What's Changed
- Added test assembly codes for all base instructions.
- Added new ELF reader for auto reading symbols and initializing the RAM section.
- Added CSR decode support.
- Made simpler Fetch decode and Execute framework for easy addition of new instructions.
- Now all instructions get decoded to its corresponding assembly code.
- CPU reg dump outputs in human readable text format.
- Folder structure changes for better code access.
- Logging framework added.
Ongoing development:
- Addition of MMIO device attachment framework for attaching virtual devices into the BUS.
- Support for more instructions of different families.
- Addition of debug framework to debug the assembly code step by step.