Skip to content

Commit

Permalink
Update VERILATOR_ROOT path to include /bin directory
Browse files Browse the repository at this point in the history
- Adjusted VERILATOR_ROOT to point to the bin folder within the Verilator toolchain
  • Loading branch information
bi262934 committed Jan 28, 2025
1 parent ff3ae71 commit 921e5dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/scala/naxriscv/NaxRiscvRegression.scala
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ class NaxRiscvRegression extends MultithreadedFunSuite(sys.env.getOrElse("NAXRIS

val env = List(
"NAXRISCV_GEN_FOLDER" -> ".",
"VERILATOR_ROOT" -> "../../../toolchain/verilator-v4.216/bin",
"NAXRISCV_SOFTWARE" -> "../../../ext/NaxSoftware",
"SPIKE" -> "../../../ext/riscv-isa-sim",
"FREERTOS_COUNT" -> freertosCount.toString,
Expand Down

0 comments on commit 921e5dd

Please sign in to comment.