aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/firrtl/Driver.scala
AgeCommit message (Expand)Author
2021-11-23[deprecation clean up] Remove firrtl.Driver (#2419)Jiuyang Liu
2020-11-10Refactor emiter (#1879)Jiuyang Liu
2020-09-16Change to Apache 2.0 License (#1901)Chick Markley
2020-08-14All of src/ formatted with scalafmtchick
2020-08-13Remove LegacyAnnotation and [most] MoultingYaml (#1833)Jack Koenig
2020-07-29[2.13] convert toSeq and toMap where necessary to compileKevin Laeufer
2020-07-14Delete outdated scalastyle configuration comments from sourceAlbert Magyar
2020-03-11Migrate to DependencyAPISchuyler Eldridge
2020-01-20clean up warnings: trim unused imports (#1315)John Ingalls
2019-08-01Followup to PR #1142chick
2019-07-31io.Source is not closed when used in most common text reading idiom (#1142)Chick Markley
2019-06-18Use scalafix to remove unused import and deprecated procedure syntax (#1074)Leway Colin
2019-06-06Fix bad FirrtlStage deprecation warning (#1094)Schuyler Eldridge
2019-04-25Add ShellOption, DeletedWrapperSchuyler Eldridge
2019-04-25OptionsView/Viewer typeclass canonicalizationsSchuyler Eldridge
2019-04-25Add FirrtlStage, make Driver compatibility layerSchuyler Eldridge
2019-02-25Fix almost all Scaladoc warningsSchuyler Eldridge
2019-02-22Stop reporting exceptions in custom transformations as internal errors (#867)Jack Koenig
2018-11-07Add FirrtlOptionsSchuyler Eldridge
2018-07-07Missing match on PassExceptions fixed. (#844)Chick Markley
2018-06-28Protobuf (#832)Jack Koenig
2018-06-21Provide a ProcessLogger() ot capture all output in isCommandAvailable(). (#831)Jim Lawson
2018-06-15Improve Parser and Visitor (#819)Jack Koenig
2018-05-23Add Circuit as option to FirrtlOptions (#814)Jack Koenig
2018-05-15Don't use bash to determine command availability - fixes #807 (#808)Jim Lawson
2018-03-27Change throwInternalError to use a String instead of Option[String] (#777)Jack Koenig
2018-03-22Better bad annotation file error reporting (#771)Jack Koenig
2018-03-19Pass up annotations in return value from Driver.execute (#760)Chick Markley
2018-02-27Refactor Annotations (#721)Jack Koenig
2018-02-26Rename loadAnnotations -> getAnnotations (#747)Jack Koenig
2018-02-16Replacematcherror - catch exceptions and convert to internal error. (#424)Jim Lawson
2017-12-29Add support for multiple annotation filesJack
2017-12-29Actually emit annotations as YAML instead of default toStringJack
2017-12-29Remove option --force-append-anno-file, make defaultJack Koenig
2017-12-29Add Driver.dramaticWarningJack
2017-12-26Adjust isVCSAvailable commentedwardcwang
2017-08-31Added option to emit final annotations (#649)Adam Izraelevitz
2017-07-06Fixed inability to disable combo loop check (#619)Chick Markley
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-05-10Fix typo in ExecutionOptionsManager comment (#520)Colin Schmidt
2017-03-30Make force-append-anno-file work. Fixes #515 (#516)Jack Koenig
2017-03-23Add TargetDirAnnotation to give transforms access (#503)Jack Koenig
2017-03-17Give better error message if missing emitedcircuitAdam Izraelevitz
2017-03-06Add ability to emit 1 file per module (#443)Jack Koenig
2017-02-27Add chisel2 isVCSAvailable, isCommandAvailable to FileUtils. (#439)Jim Lawson
2017-02-01Fix anno in backend (#428)Chick Markley
2017-01-31Blackboxhelper (#418)Chick Markley
2016-12-06Fixes for Annotation serialized/deserialize (#390)Chick Markley