Merge remote-tracking branch 'origin/dev' into chisel-3.5-published
This commit is contained in:
@@ -65,7 +65,7 @@ abstract class FireSimTestSuite(
|
|||||||
Await result (Future sequence subresults, Duration.Inf)
|
Await result (Future sequence subresults, Duration.Inf)
|
||||||
}
|
}
|
||||||
results.flatten foreach { case (name, exitcode) =>
|
results.flatten foreach { case (name, exitcode) =>
|
||||||
assert(exitcode == 0, "Failed $name")
|
assert(exitcode == 0, s"Failed $name")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
@@ -25,7 +25,9 @@ HELP_PROJECT_VARIABLES = \
|
|||||||
|
|
||||||
HELP_SIMULATION_VARIABLES = \
|
HELP_SIMULATION_VARIABLES = \
|
||||||
" BINARY = riscv elf binary that the simulator will run when using the run-binary* targets" \
|
" BINARY = riscv elf binary that the simulator will run when using the run-binary* targets" \
|
||||||
" VERBOSE_FLAGS = flags used when doing verbose simulation [$(VERBOSE_FLAGS)]"
|
" VERBOSE_FLAGS = flags used when doing verbose simulation [$(VERBOSE_FLAGS)]" \
|
||||||
|
" timeout_cycles = number of clock cycles before simulator times out, defaults to 10000000" \
|
||||||
|
" bmark_timeout_cycles = number of clock cycles before benchmark simulator times out, defaults to 100000000"
|
||||||
|
|
||||||
# include default simulation rules
|
# include default simulation rules
|
||||||
HELP_COMMANDS = \
|
HELP_COMMANDS = \
|
||||||
|
|||||||
Reference in New Issue
Block a user