Swimmer-RISCV is configurable instruction set simulator written in C++. Swimmer-RISCV is designed for debugging RISC-V programs, and using the --trace-hier
option can generate function call tree. While the --debug
option can generate all information such as register read/write and memory access. Swimmer-RISCV is tested on Ubuntu 18.04 LTS and CentOS 7.2 with GCC 8.1.0 For Ubuntu.
You can download this simulator from its GitHub page here
Leave A Comment
You must be logged in to post a comment.