diff options
| author | Schuyler Eldridge | 2019-08-14 17:11:44 -0400 |
|---|---|---|
| committer | Schuyler Eldridge | 2019-08-27 19:28:04 -0400 |
| commit | 4eff16bd76a461d76c52103b49889947ac1c9573 (patch) | |
| tree | 3517c64b79d351064301c479e87ab18d5cb7ab46 /src/main | |
| parent | b48aba37ee6c422177359e6561e2694d8aaa4138 (diff) | |
Enable --module command line argument
Signed-off-by: Schuyler Eldridge <schuyler.eldridge@ibm.com>
Diffstat (limited to 'src/main')
| -rw-r--r-- | src/main/scala/chisel3/stage/ChiselCli.scala | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/scala/chisel3/stage/ChiselCli.scala b/src/main/scala/chisel3/stage/ChiselCli.scala index 4f7ac19e..78150029 100644 --- a/src/main/scala/chisel3/stage/ChiselCli.scala +++ b/src/main/scala/chisel3/stage/ChiselCli.scala @@ -7,6 +7,7 @@ import firrtl.options.Shell trait ChiselCli { this: Shell => parser.note("Chisel Front End Options") Seq( NoRunFirrtlCompilerAnnotation, - PrintFullStackTraceAnnotation ) + PrintFullStackTraceAnnotation, + ChiselGeneratorAnnotation ) .foreach(_.addOptions(parser)) } |
