add TRACE support to TODO list

This commit is contained in:
Màrius Montón 2022-10-06 08:33:47 +02:00
parent c2baf9834c
commit c58ac7f198
No known key found for this signature in database
GPG Key ID: FA199E7A752699F0
1 changed files with 2 additions and 1 deletions

View File

@ -105,6 +105,7 @@ Task to do:
* [ ] Improve structure and modules hierarchy * [ ] Improve structure and modules hierarchy
* [X] Add 64 architecture (RV64I) * [X] Add 64 architecture (RV64I)
* [x] Debug capabilities * [x] Debug capabilities
* [ ] Add [Trace v2.0](https://github.com/riscv-non-isa/riscv-trace-spec) support
## Compile ## Compile
In order to compile the project you need SystemC-2.3.2 installed in your system. In order to compile the project you need SystemC-2.3.2 installed in your system.
@ -147,7 +148,7 @@ make
### Arguments ### Arguments
-L loglevel: 3 for detailed (INFO) log, 0 to ERROR log level -L loglevel: 3 for detailed (INFO) log, 0 to ERROR log level
-f filename .hex filename to use -f filename .hex binary filename to use
-D Enter in Debug mode, simulator starts gdb server (Beta) -D Enter in Debug mode, simulator starts gdb server (Beta)