Join Slack
Powered by
iverilog isn't installed by the setup step: <https...
# timing-closure
m
Matt Venn
11/21/2022, 2:39 PM
iverilog isn't installed by the setup step:
https://github.com/mattvenn/project0_test/actions/runs/3515077285/jobs/5889884001#step:8:44
k
Kareem Farid
11/21/2022, 7:41 PM
My bad. iverilog is a dependency for pyverilog. which is used by the script to parse the verilog netlist. Can you do a
sudo apt install iverilog
or perhaps for the ci
apt install iverilog
until we get this resolved
👍 1
Open in Slack
Previous
Next