Skip to content

Commit

Permalink
Revert "Revert "verilator fix attempt""
Browse files Browse the repository at this point in the history
This reverts commit 7532003.
  • Loading branch information
Dolu1990 committed Dec 9, 2024
1 parent 7532003 commit 998754a
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/scala.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions:
jobs:
build:

runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v3
Expand Down
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.218
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
2 changes: 0 additions & 2 deletions board.info

This file was deleted.

2 changes: 1 addition & 1 deletion ext/NaxSoftware
Submodule NaxSoftware updated 371 files
Binary file removed src/test/cpp/naxriscv/input_nax_0.elf
Binary file not shown.
Binary file removed src/test/cpp/naxriscv/input_nax_27.elf
Binary file not shown.
Binary file removed src/test/cpp/naxriscv/input_nax_3.elf
Binary file not shown.
Binary file removed src/test/cpp/naxriscv/input_nax_86.elf
Binary file not shown.

0 comments on commit 998754a

Please sign in to comment.