Skip to content

Commit

Permalink
verilator fix attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
Dolu1990 committed Dec 9, 2024
1 parent 54b5a29 commit 02cb70e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ install_verilator(){
git pull # Make sure we're up-to-date
git checkout v4.216
autoconf # Create ./configure script
./configure --prefix ~/tools
CPPFLAGS=-std=c++14 ./configure --prefix ~/tools
make -j4
make install
cd ..
Expand Down

0 comments on commit 02cb70e

Please sign in to comment.