Skip to content

Commit

Permalink
disable random for debug
Browse files Browse the repository at this point in the history
  • Loading branch information
sequencer committed Oct 17, 2023
1 parent 10343df commit 624cd52
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -264,10 +264,11 @@ trait Emulator extends Cross.Module2[String, String] {
Seq(
// format: off
"-Wno-UNOPTTHREADS", "-Wno-STMTDLY", "-Wno-LATCH", "-Wno-WIDTH", "--no-timing",
"--x-assign unique",
"--x-assign 0",
"--x-initial 0",
"""+define+PRINTF_COND=\$c\(\"verbose\",\"&&\",\"done_reset\"\)""",
"""+define+STOP_COND=\$c\(\"done_reset\"\)""",
"+define+RANDOMIZE_GARBAGE_ASSIGN",
"+define+RANDOM=0",
"--output-split 20000",
"--output-split-cfuncs 20000",
"--max-num-width 1048576",
Expand Down

0 comments on commit 624cd52

Please sign in to comment.