aboutsummaryrefslogtreecommitdiff
path: root/src/test/scala/firrtlTests/DriverSpec.scala
AgeCommit message (Expand)Author
2021-11-23fix tests that depend on Driver (#2429)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-05-06Update scalatest to 3.1.1 (#1405)Scala Steward
2020-03-25Update scalatest 3.1.0 (#1383)Jim Lawson
2020-03-17[RFC] Factor out common test classes; package them (#1412)David Biancolin
2020-02-12Removed unused imports in src/test/ (#1381)Jim Lawson
2020-01-07Remove printlns from testsJack Koenig
2020-01-07Redirect testing shell commands to loggerJack Koenig
2019-08-01Followup to PR #1142chick
2019-04-25Add tests for Annotations/Options refactorSchuyler Eldridge
2019-04-25Add FirrtlStage, make Driver compatibility layerSchuyler Eldridge
2019-02-05Add "mverilog" and "sverilog" DriverSpec testsSchuyler Eldridge
2019-01-26Use default test_run_dir for more DriverSpec tests. (#1006)Jim Lawson
2018-11-27Add "none" compiler (#953)Jack Koenig
2018-06-28Protobuf (#832)Jack Koenig
2018-06-21--infer-rw should take no argument (#829)Schuyler Eldridge
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-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