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
/
Compiler.scala
Age
Commit message (
Expand
)
Author
2021-12-17
Modify and optimize performance of propagate annotations (#2393)
Jack Koenig
2021-07-14
Fix memory annotation deduplication (#2286)
Jared Barocsi
2021-05-14
Add JsonProtocol.serializeRecover (#2227)
Jack Koenig
2021-04-19
Hoist Transform timing to the Phase level (#2190)
Jack Koenig
2021-01-20
Cleanup some warnings (#2032)
Jack Koenig
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-08-06
Add deprecations for more firrtl.Compiler methods (#1791)
Schuyler Eldridge
2020-07-29
Compiler: clarify package of DedupModules
Kevin Laeufer
2020-07-25
Integrate new transforms with firrtl.stage.Forms (#1754)
Schuyler Eldridge
2020-07-14
Delete outdated scalastyle configuration comments from source
Albert Magyar
2020-06-22
Convert PreservesAll to explicit invalidates=false
Schuyler Eldridge
2020-05-22
Do not throw NonFatal exceptions in annotation logging
Jack Koenig
2020-05-22
DRY out transform running and annotation remapping
Jack Koenig
2020-04-22
s/dependents/optionalPrerequisiteOf/
Schuyler Eldridge
2020-04-22
Mixin DependencyAPIMigration to all Transforms
Schuyler Eldridge
2020-04-22
Add trait-based Dependency API migration path
Schuyler Eldridge
2020-03-23
Change annotation logging (#1461)
Jack Koenig
2020-03-14
Revert Compiler.execute to public (was protected) (#1447)
Schuyler Eldridge
2020-03-11
Migrate to DependencyAPI
Schuyler Eldridge
2020-02-20
Don't add ResolvePaths annotations if no targets (#1392)
Schuyler Eldridge
2020-01-07
Change printing of FIRRTL runtime from error to warn
Jack Koenig
2019-11-14
Use getName instead of getSimpleName
Schuyler Eldridge
2019-08-19
Refactor exceptions to remove stack trace from user errors (#1157)
Jack Koenig
2019-08-13
Infer reset (#1068)
Jack Koenig
2019-07-03
Make Transform extend TransformLike
Schuyler Eldridge
2019-06-18
Use scalafix to remove unused import and deprecated procedure syntax (#1074)
Leway Colin
2019-04-25
Add FirrtlStage, make Driver compatibility layer
Schuyler Eldridge
2019-02-22
Stop reporting exceptions in custom transformations as internal errors (#867)
Jack Koenig
2018-12-20
Require transforms.size >= 1 for Compilers
Schuyler Eldridge
2018-10-30
Instance Annotations (#926)
Adam Izraelevitz
2018-10-27
Revert "Instance Annotations (#865)" (#925)
Adam Izraelevitz
2018-10-24
Instance Annotations (#865)
Adam Izraelevitz
2018-08-30
Emit Verilog Comments (#874)
albertchen-sifive
2018-08-08
Use LinkedHashSet in propagateAnnotations (#855)
albertchen-sifive
2018-03-28
Enhance RenameMap to support circuit renaming (#775)
Jack Koenig
2018-03-27
Change throwInternalError to use a String instead of Option[String] (#777)
Jack Koenig
2018-02-27
Refactor Annotations (#721)
Jack Koenig
2018-02-16
Replacematcherror - catch exceptions and convert to internal error. (#424)
Jim Lawson
2017-11-28
Refactor RenameMap to rename Components if their Module is renamed
Jack
2017-09-21
Some ScalaDoc warning fixes
Edward Wang
2017-06-06
Display the total time firrtl took to compile (#599)
Colin Schmidt
2017-05-27
Prep for Scala 2.12 (#557)
Jim Lawson
2017-05-10
Update rename2 (#478)
Adam Izraelevitz
2017-04-20
move circuit dumping to trace so debug gives annos only (#524)
Colin Schmidt
2017-03-23
Pass now subclasses Transform (#477)
Adam Izraelevitz
2017-03-22
Throw different error message for missing emitanno
Adam Izraelevitz
2017-03-17
Give better error message if missing emitedcircuit
Adam Izraelevitz
[next]