aboutsummaryrefslogtreecommitdiff
path: root/src/test/scala/firrtlTests/DriverSpec.scala
AgeCommit message (Expand)Author
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-02-26Rename loadAnnotations -> getAnnotations (#747)Jack Koenig
2017-12-29Add support for multiple annotation filesJack
2017-12-29Remove option --force-append-anno-file, make defaultJack Koenig
2017-09-19Create way of collecting program arguments in Driver (#659)Chick Markley
2017-07-06Fixed inability to disable combo loop check (#619)Chick Markley
2017-03-30Make force-append-anno-file work. Fixes #515 (#516)Jack Koenig
2017-03-06Add ability to emit 1 file per module (#443)Jack Koenig
2017-02-01Fix anno in backend (#428)Chick Markley
2017-01-31Blackboxhelper (#418)Chick Markley
2017-01-27Move BackendCompilationUtilities into a util package for use by chisel3. (#400)Jim Lawson
2017-01-19Merge branch 'master' into addmiddlefirrtlcompilerJim Lawson
2016-12-15Delete annotationsTestFile after test (#405)Leonard Truong
2016-12-14Add support for top-level use of MiddleFirrtlCompiler.Jim Lawson
2016-12-08Copy (explicitly) test resource to targetdir. (#392)Jim Lawson
2016-11-23Stringified annotations (#367)Adam Izraelevitz
2016-11-07make default dir be current directory (#361)Chick Markley
2016-10-30Keep package name + directory structure consistent (#354)Colin Schmidt
2016-10-18Create a simple system for executions and command line parameters (#337)Chick Markley