You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[INFO]: Running linter (Verilator) (log: ../work/runs/wokwi/logs/synthesis/linter.log)...
[ERROR]: 2 errors found by linter
[ERROR]: Step 0 (verilator_lint_check) failed with error:
-code 1 -level 0 -errorcode NONE -errorinfo {
while executing
"throw_error"
(procedure "run_verilator" line 60)
invoked from within
"run_verilator"
(procedure "run_verilator_step" line 3)
invoked from within
"run_verilator_step"} -errorline 1
[INFO]: Saving current set of views in'../work/runs/wokwi/results/final'...
The text was updated successfully, but these errors were encountered:
Description
with the new linter (which is a great idea btw), it will fail if a design instantiates a standard cell.
Example:
Linter fails with this:
Expected Behavior
should be able to directly instantiate standard cells
Environment report
Reproduction material
https://github.com/MichaelBell/tt03-fifo/blob/main/src/latch_fifo.v
Relevant log output
The text was updated successfully, but these errors were encountered: