Skip to content

Commit

Permalink
Update install-verilator.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
poemonsense authored Jan 18, 2024
1 parent 78ce338 commit 8afcda1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-verilator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ git checkout v5.020

autoconf # Create ./configure script
# Configure and create Makefile
./configure CC=clang CXX=clang++ # We use clang as default compiler
./configure CC=clang CXX=clang++ LINK=clang++ # We use clang as default compiler
make -j8 # Build Verilator itself
sudo make install

Expand Down

0 comments on commit 8afcda1

Please sign in to comment.