Skip to content

Commit

Permalink
Update install-verilator.sh
Browse files Browse the repository at this point in the history
Remove ccache
  • Loading branch information
poemonsense authored Sep 5, 2022
1 parent 7347922 commit a28ca6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install-verilator.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# https://verilator.org/guide/latest/install.html

sudo apt-get install git perl python3 make autoconf g++ flex bison ccache clang
sudo apt-get install git perl python3 make autoconf g++ flex bison clang
sudo apt-get install libgoogle-perftools-dev numactl perl-doc
sudo apt-get install libfl2 # Ubuntu only (ignore if gives error)
sudo apt-get install libfl-dev # Ubuntu only (ignore if gives error)
Expand All @@ -27,4 +27,4 @@ autoconf # Create ./configure script
make -j8 # Build Verilator itself
sudo make install

verilator --version
verilator --version

0 comments on commit a28ca6c

Please sign in to comment.