-
Notifications
You must be signed in to change notification settings - Fork 28
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
Debug Verilator simulation #127
Comments
The verilator simulation builds and starts. It can respond to signals (as touch events). It also opens a pty that should be possible to use to load apps. @mchack-work will try and do that. If that works, it seems the Verilator model works. The next step would be to decide how to integrate into the CI-flow. For example load a simple app. |
Reassign to MC. |
The Verilator (version 5.014) build stops with these complaints:
but building with
Maybe @secworks has some input on the warnings? Can we ignore them? |
Did a quick check, the warnings does not seem to be present anymore while building. But is this something that we want to finish or should we close and deprecate this? |
Having a full simulator in software seems very useful for me. I don't think it's a top priority, but it would certainly help. I can also build without warnings now. However...
|
This might not be the only problem, but at least the uart is configured wrong for the Verilator simluation. In
|
Seem to be fixed with the PR linked above, albeit it takes an awful amount of time to load an app (like 4 minutes). |
The Verilator top level simulation seems not to work. We should debug and then add it to the CI flow.
The text was updated successfully, but these errors were encountered: