Skip to content

Commit

Permalink
Add VERILATOR_ROOT environment variable in NaxRiscvRegression
Browse files Browse the repository at this point in the history
- Added VERILATOR_ROOT variable pointing to the Verilator tool path
  • Loading branch information
bi262934 committed Jan 28, 2025
1 parent ff3ae71 commit ef96129
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",
"NAXRISCV_SOFTWARE" -> "../../../ext/NaxSoftware",
"SPIKE" -> "../../../ext/riscv-isa-sim",
"FREERTOS_COUNT" -> freertosCount.toString,
Expand Down

0 comments on commit ef96129

Please sign in to comment.