Skip to content

Commit

Permalink
See if this fixes verilator
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanuppal committed Nov 30, 2024
1 parent 0769f36 commit 1d1fcea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/ubuntu.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

sudo apt-get update
sudo apt-get install gcc pkg-config python3-venv libssl-dev pipx iverilog verilator
sudo apt-get install gcc pkg-config python3-venv libssl-dev pipx iverilog verilator=4.106
pipx install maturin==1.2.3
pipx ensurepath
sudo snap install zig --classic --beta

0 comments on commit 1d1fcea

Please sign in to comment.