-
Notifications
You must be signed in to change notification settings - Fork 686
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
Fix VCD generation from Verilator model #1341
Conversation
❌ failed run, report available here. |
Hello @pcotret |
I'll try it! |
❌ failed run, report available here. |
CI goes red again, only for the "Environment check" step. |
❌ failed run, report available here. |
1 similar comment
❌ failed run, report available here. |
I suspect a misfunctionality of the CI. I relaunched. |
✔️ successful run, report available here. |
Now it is GREEEEN. Thanks for the contribution. I merge. |
* tools/vptool/vptool/vp.py (OrderedDict): Import from 'collections', not from 'typing'. Signed-off-by: Zbigniew Chamski <[email protected]>
…rect-import Fix incorrect Python import (fixes issue openhwgroup#1341.)
* tools/vptool/vptool/vp.py (OrderedDict): Import from 'collections', not from 'typing'. Signed-off-by: Zbigniew Chamski <[email protected]>
This pull request is an answer to my issue described at #1340
Quick comments:
-j${NUM_JOBS}
in Verilator generation as it basically shut down my VM (8 cores...).