openhwgroup / cva6

The CORE-V CVA6 is an Application class 6-stage RISC-V CPU capable of booting Linux
https://docs.openhwgroup.org/projects/cva6-user-manual/
Other
2.23k stars 676 forks source link

Run make vcs to start the verdi waveform view some problems #2245

Closed cllll402 closed 3 months ago

cllll402 commented 3 months ago

I run make vcs in the cva6 root directory to open verdi and view the waveform. image image

However, verdi has the following error. And when I try to use the command run 1000ns, I find that the waveform is incomplete, and only 110ns waveform is displayed. Why? Please help me. image image image

So I looked up the historical questions in the forum. Try to solve the problem. Follow #570 to the last step, but it seems to be the same problem: an invalid address for tohost. The trace log runs endlessly until it times out. So what am I supposed to do? image

cllll402 commented 3 months ago

Considering that the DPI library was not recognized, I modified the command in the makefile to call it unconditionally. image

JeanRochCoulon commented 3 months ago

"make vcs" is not supported, please read the README.md to run a simulation with cva6.py export VERDI=1 allows to activate the gui. The issue can be closed

cllll402 commented 3 months ago

Okay, thank you.