aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/firrtl/Driver.scala
AgeCommit message (Expand)Author
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
2016-11-23Stringified annotations (#367)Adam Izraelevitz
2016-11-04Cleanup license at top of every file (#364)Jack Koenig
2016-11-04Refactor Compilers and Transformsjackkoenig
2016-10-25Logger 1 (#338)Chick Markley
2016-10-19annotations being assembled form command line but not being passed down to fi...chick
2016-10-18Create a simple system for executions and command line parameters (#337)Chick Markley
2016-10-17Reorganized memory blackboxing (#336)Adam Izraelevitz
2016-10-07change default info mode to append (#328)Colin Schmidt
2016-09-27remove unnecessary parentheseschick
2016-09-25remove unnecessary blockschick
2016-09-06Edited conf generation to handle mem namespace collisionAngie
2016-09-06Added starter code for SMem replacementAngie
2016-08-17Fixed cmdline usage string (#235)Adam Izraelevitz
2016-08-08Don't create output files until the compiler succeedsAndrew Waterman
2016-08-02make infer readwrite ports optionalDonggyu Kim
2016-07-27Reworked annotation system. Added tenacity and permissibilityAdam Izraelevitz
2016-05-12Restructured Compiler to use Transforms. Added an InlineInstance pass.Adam Izraelevitz
2016-05-12Implement File Infojackkoenig