-
Notifications
You must be signed in to change notification settings - Fork 462
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to use debug tools during simulation stage? #523
Comments
It's possible to do this, but I should warn you that these tests take a very long time to run in simulation. E.g. CheckMisa, which is one of the smaller tests, scans over 13000 JTAG cycles. Having said that, what I've seen done with a rocket core is that you implement https://github.com/fjullien/jtag_vpi in your simulation, and then write an OpenOCD config file that connects to that. You'll have to build an OpenOCD with |
Thanks for your replay. Could you give some tips about how to run these tests use Synopsys VCS or Cadence XRUN simulator? |
Hi,
It should read
Otherwise the VCS simulation won't start Translated with www.DeepL.com/Translator (free version) |
@timsifive |
In addition to these cases, how long does each case run, I currently run to DebugFunctionCall, this case has been running for more than ten hours, I'm not sure if I need to kill this case! |
Such as i want to use debug feature of risc-tests during Synopsys VCS or Cadence XRUN simulation?
The text was updated successfully, but these errors were encountered: