I want to add a verilator-generated uart model to RISCV-TLM project, but running dhrystone gives an error. #24
Alan-19950616
started this conversation in
Ideas
Replies: 2 comments 5 replies
|
I sent an issue to systemc and verilator too. |
0 replies
|
Did you try to back trace by using a debugger to locate the source location in your code from where this exception is being triggered? |
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
error message
code changes
├── model
│ ├── Vapb_uart_sv.a
│ └── Vapb_uart_sv.h
├── inc
│ ├── Uart.h
├── src
│ ├── Uart.cpp
├── CMakeLists.txt
├── inc
│ ├── CPU.h
├── src
│ ├── CPU.cpp
│ ├── Simulator.cpp
All reactions