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
/
main
/
scala
/
firrtl
/
Driver.scala
Age
Commit message (
Expand
)
Author
2021-11-23
[deprecation clean up] Remove firrtl.Driver (#2419)
Jiuyang Liu
2020-11-10
Refactor emiter (#1879)
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-07-29
[2.13] convert toSeq and toMap where necessary to compile
Kevin Laeufer
2020-07-14
Delete outdated scalastyle configuration comments from source
Albert Magyar
2020-03-11
Migrate to DependencyAPI
Schuyler Eldridge
2020-01-20
clean up warnings: trim unused imports (#1315)
John Ingalls
2019-08-01
Followup to PR #1142
chick
2019-07-31
io.Source is not closed when used in most common text reading idiom (#1142)
Chick Markley
2019-06-18
Use scalafix to remove unused import and deprecated procedure syntax (#1074)
Leway Colin
2019-06-06
Fix bad FirrtlStage deprecation warning (#1094)
Schuyler Eldridge
2019-04-25
Add ShellOption, DeletedWrapper
Schuyler Eldridge
2019-04-25
OptionsView/Viewer typeclass canonicalizations
Schuyler Eldridge
2019-04-25
Add FirrtlStage, make Driver compatibility layer
Schuyler Eldridge
2019-02-25
Fix almost all Scaladoc warnings
Schuyler Eldridge
2019-02-22
Stop reporting exceptions in custom transformations as internal errors (#867)
Jack Koenig
2018-11-07
Add FirrtlOptions
Schuyler Eldridge
2018-07-07
Missing match on PassExceptions fixed. (#844)
Chick Markley
2018-06-28
Protobuf (#832)
Jack Koenig
2018-06-21
Provide a ProcessLogger() ot capture all output in isCommandAvailable(). (#831)
Jim Lawson
2018-06-15
Improve Parser and Visitor (#819)
Jack Koenig
2018-05-23
Add Circuit as option to FirrtlOptions (#814)
Jack Koenig
2018-05-15
Don't use bash to determine command availability - fixes #807 (#808)
Jim Lawson
2018-03-27
Change throwInternalError to use a String instead of Option[String] (#777)
Jack Koenig
2018-03-22
Better bad annotation file error reporting (#771)
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
2018-02-16
Replacematcherror - catch exceptions and convert to internal error. (#424)
Jim Lawson
2017-12-29
Add support for multiple annotation files
Jack
2017-12-29
Actually emit annotations as YAML instead of default toString
Jack
2017-12-29
Remove option --force-append-anno-file, make default
Jack Koenig
2017-12-29
Add Driver.dramaticWarning
Jack
2017-12-26
Adjust isVCSAvailable comment
edwardcwang
2017-08-31
Added option to emit final annotations (#649)
Adam Izraelevitz
2017-07-06
Fixed inability to disable combo loop check (#619)
Chick Markley
2017-06-21
Add --no-dce command-line option to skip DCE
Jack Koenig
2017-06-12
Add option to disable combinational loop detection
Jack Koenig
2017-05-18
Upgrade Logging facility (#488)
Chick Markley
2017-05-10
Fix typo in ExecutionOptionsManager comment (#520)
Colin Schmidt
2017-03-30
Make force-append-anno-file work. Fixes #515 (#516)
Jack Koenig
2017-03-23
Add TargetDirAnnotation to give transforms access (#503)
Jack Koenig
2017-03-17
Give better error message if missing emitedcircuit
Adam Izraelevitz
2017-03-06
Add ability to emit 1 file per module (#443)
Jack Koenig
2017-02-27
Add chisel2 isVCSAvailable, isCommandAvailable to FileUtils. (#439)
Jim Lawson
2017-02-01
Fix anno in backend (#428)
Chick Markley
2017-01-31
Blackboxhelper (#418)
Chick Markley
2016-12-06
Fixes for Annotation serialized/deserialize (#390)
Chick Markley
[next]