Skip to content

Commit

Permalink
Guard firrtl stop, fixing pipelined reset
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Waterman committed Jun 27, 2016
1 parent 2e9b41c commit 3eb51f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/scala/chisel/Driver.scala
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ trait BackendCompilationUtilities {
"--top-module", topModule,
"+define+TOP_TYPE=V" + dutFile,
s"+define+PRINTF_COND=!$topModule.reset",
s"+define+STOP_COND=!$topModule.reset",
"-CFLAGS",
s"""-Wno-undefined-bool-conversion -O2 -DTOP_TYPE=V$dutFile -include V$dutFile.h""",
"-Mdir", dir.toString,
Expand Down

0 comments on commit 3eb51f8

Please sign in to comment.