-
Notifications
You must be signed in to change notification settings - Fork 45
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
Moving tool installation to step prior to matrix generation #70
Conversation
From verilator: Warns that the lifetime of a task or a function was not provided and so was implicitly set to static. The warning is suppressed when no variables inside the task or a function are assigned to.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Two requests:
(1) Let's file an Issue regarding upgrade to Verilator 5.010 (or later if available)
(2) Can we add a result checker for the Verilator Workflow? See #71 for recommendations.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the updates Howard!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. I added a comment how to possibly pass tool versions across CI jobs.
Moving tool installation to step prior to matrix generation.
If the tools haven't been cached in a new branch, each test will clobber the cache, causing the tests to install the tools every time. This re-arranges the order so that we ensure tools are installed prior to creating the test matrix.
This also modified the watchdog timer from always_comb to generate as discussed in #71