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
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