Skip to content

Commit

Permalink
Revert "verilator fix attempt"
Browse files Browse the repository at this point in the history
This reverts commit 02cb70e.
  • Loading branch information
Dolu1990 committed Dec 9, 2024
1 parent 02cb70e commit 7532003
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ install_verilator(){
unset VERILATOR_ROOT # For bash
cd verilator
git pull # Make sure we're up-to-date
git checkout v4.216
git checkout v4.218
autoconf # Create ./configure script
CPPFLAGS=-std=c++14 ./configure --prefix ~/tools
./configure --prefix ~/tools
make -j4
make install
cd ..
Expand Down
2 changes: 2 additions & 0 deletions board.info
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
// This file was automatically generated and it is used for board migration. Do not make changes to this file.
default
2 changes: 1 addition & 1 deletion ext/NaxSoftware
Submodule NaxSoftware updated 371 files
Binary file added src/test/cpp/naxriscv/input_nax_0.elf
Binary file not shown.
Binary file added src/test/cpp/naxriscv/input_nax_27.elf
Binary file not shown.
Binary file added src/test/cpp/naxriscv/input_nax_3.elf
Binary file not shown.
Binary file added src/test/cpp/naxriscv/input_nax_86.elf
Binary file not shown.

0 comments on commit 7532003

Please sign in to comment.