index
:
sfcX
1.6.x
master
sfc-scala3
Scala FIRRTL Compiler for chiselX
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
scala
/
firrtlTests
/
DriverSpec.scala
Age
Commit message (
Expand
)
Author
2021-11-23
fix tests that depend on Driver (#2429)
Jiuyang Liu
2020-09-16
Change to Apache 2.0 License (#1901)
Chick Markley
2020-08-14
All of src/ formatted with scalafmt
chick
2020-08-13
Remove LegacyAnnotation and [most] MoultingYaml (#1833)
Jack Koenig
2020-05-06
Update scalatest to 3.1.1 (#1405)
Scala Steward
2020-03-25
Update scalatest 3.1.0 (#1383)
Jim Lawson
2020-03-17
[RFC] Factor out common test classes; package them (#1412)
David Biancolin
2020-02-12
Removed unused imports in src/test/ (#1381)
Jim Lawson
2020-01-07
Remove printlns from tests
Jack Koenig
2020-01-07
Redirect testing shell commands to logger
Jack Koenig
2019-08-01
Followup to PR #1142
chick
2019-04-25
Add tests for Annotations/Options refactor
Schuyler Eldridge
2019-04-25
Add FirrtlStage, make Driver compatibility layer
Schuyler Eldridge
2019-02-05
Add "mverilog" and "sverilog" DriverSpec tests
Schuyler Eldridge
2019-01-26
Use default test_run_dir for more DriverSpec tests. (#1006)
Jim Lawson
2018-11-27
Add "none" compiler (#953)
Jack Koenig
2018-06-28
Protobuf (#832)
Jack Koenig
2018-06-21
--infer-rw should take no argument (#829)
Schuyler Eldridge
2018-06-06
Mechanism to stop verilator from generating VCD file Chisel Issue #808 (#794)
Chick Markley
2018-05-23
Add Circuit as option to FirrtlOptions (#814)
Jack Koenig
2018-03-19
Pass up annotations in return value from Driver.execute (#760)
Chick Markley
2018-02-27
Refactor Annotations (#721)
Jack Koenig
2018-02-26
Rename loadAnnotations -> getAnnotations (#747)
Jack Koenig
2017-12-29
Add support for multiple annotation files
Jack
2017-12-29
Remove option --force-append-anno-file, make default
Jack Koenig
2017-09-19
Create way of collecting program arguments in Driver (#659)
Chick Markley
2017-07-06
Fixed inability to disable combo loop check (#619)
Chick Markley
2017-03-30
Make force-append-anno-file work. Fixes #515 (#516)
Jack Koenig
2017-03-06
Add ability to emit 1 file per module (#443)
Jack Koenig
2017-02-01
Fix anno in backend (#428)
Chick Markley
2017-01-31
Blackboxhelper (#418)
Chick Markley
2017-01-27
Move BackendCompilationUtilities into a util package for use by chisel3. (#400)
Jim Lawson
2017-01-19
Merge branch 'master' into addmiddlefirrtlcompiler
Jim Lawson
2016-12-15
Delete annotationsTestFile after test (#405)
Leonard Truong
2016-12-14
Add support for top-level use of MiddleFirrtlCompiler.
Jim Lawson
2016-12-08
Copy (explicitly) test resource to targetdir. (#392)
Jim Lawson
2016-11-23
Stringified annotations (#367)
Adam Izraelevitz
2016-11-07
make default dir be current directory (#361)
Chick Markley
2016-10-30
Keep package name + directory structure consistent (#354)
Colin Schmidt
2016-10-18
Create a simple system for executions and command line parameters (#337)
Chick Markley