aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/firrtl/ExecutionOptionsManager.scala
AgeCommit message (Expand)Author
2021-11-29[deprecation clean up] remove firrtl.ExecutionOptionsManager (#2422)Jiuyang Liu
2020-11-10Refactor emiter (#1879)Jiuyang Liu
2020-09-16Change to Apache 2.0 License (#1901)Chick Markley
2020-08-28Deprecate CompilerAnnotation (#1870)Schuyler Eldridge
2020-08-14All of src/ formatted with scalafmtchick
2020-07-29[2.13] convert toSeq and toMap where necessary to compileKevin Laeufer
2019-11-29Remove scala-logging fully in favor of our own loggerJack Koenig
2019-04-25Add FirrtlStage, make Driver compatibility layerSchuyler Eldridge
2019-02-27Add --nodedup option to facilitate FIRRTL to verilog regression testing. (#1035)Jim Lawson
2019-02-05Add "mverilog" Compiler Option, Compiler FixesSchuyler Eldridge
2019-01-28typo fix (#1001)Sequencer
2018-11-27Add "none" compiler (#953)Jack Koenig
2018-11-07Add FirrtlOptionsSchuyler Eldridge
2018-08-29Add SystemVerilogCompiler classSchuyler Eldridge
2018-06-28Protobuf (#832)Jack Koenig
2018-06-21--infer-rw should take no argument (#829)Schuyler Eldridge
2018-06-12Deprecate SingleStringAnnotation (#811)Jack Koenig
2018-06-06Mechanism to stop verilator from generating VCD file Chisel Issue #808 (#794)Chick Markley
2018-05-23Add Circuit as option to FirrtlOptions (#814)Jack Koenig
2018-03-19Pass up annotations in return value from Driver.execute (#760)Chick Markley
2018-02-27Refactor Annotations (#721)Jack Koenig
2018-01-05Fix FirrtlExecutionOptions backward incompatible change (#704). (#720)Jim Lawson
2017-12-29Add support for multiple annotation filesJack
2017-12-29Remove option --force-append-anno-file, make defaultJack Koenig
2017-12-19support -X sverilog to output xxxx.sv file (#638)Wei Song (宋威)
2017-12-15getBuildDir now builds full pathAdam Izraelevitz
2017-09-19Provide mechanism so that programs can optionally (#660)Chick Markley
2017-09-19Create way of collecting program arguments in Driver (#659)Chick Markley
2017-08-31Added option to emit final annotations (#649)Adam Izraelevitz
2017-06-21Add --no-dce command-line option to skip DCEJack Koenig
2017-06-12Add option to disable combinational loop detectionJack Koenig
2017-05-18Upgrade Logging facility (#488)Chick Markley
2017-03-23Add TargetDirAnnotation to give transforms access (#503)Jack Koenig
2017-03-10Changed custom transform option and help textAdam Izraelevitz
2017-03-10Added custom transform commandline optionAdam Izraelevitz
2017-03-06Add ability to emit 1 file per module (#443)Jack Koenig
2017-02-28Fix validation print for log-level (#394)Colin Schmidt
2016-12-14Add support for top-level use of MiddleFirrtlCompiler.Jim Lawson
2016-12-06Fixes for Annotation serialized/deserialize (#390)Chick Markley
2016-11-30Bugfix: Dedup aggressively (ignore comments) (#375)Adam Izraelevitz
2016-11-23Stringified annotations (#367)Adam Izraelevitz
2016-11-07Clock List Transform (#365)Adam Izraelevitz
2016-11-07make default dir be current directory (#361)Chick Markley
2016-11-04Cleanup license at top of every file (#364)Jack Koenig
2016-11-04Refactor Compilers and Transformsjackkoenig
2016-10-30Keep package name + directory structure consistent (#354)Colin Schmidt
2016-10-25Logger 1 (#338)Chick Markley
2016-10-18Create a simple system for executions and command line parameters (#337)Chick Markley