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
/
annotations
/
Annotation.scala
Age
Commit message (
Expand
)
Author
2024-05-29
Add Scala3 support
Aditya Naik
2021-11-12
Let firrtl based applications run despite loading unknown annotations (#2387)
Chick Markley
2021-07-14
Fix memory annotation deduplication (#2286)
Jared Barocsi
2021-05-21
Optimize Annotation.getTargets (#2244)
Jack Koenig
2021-05-21
Annotation: override getTargets for SingleTargetAnnotation (#2241)
Kevin Laeufer
2021-01-20
Cleanup some warnings (#2032)
Jack Koenig
2020-11-17
Make MultiTargetAnnotation.targets a def (#1969)
Jack Koenig
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-14
Delete outdated scalastyle configuration comments from source
Albert Magyar
2020-06-03
Scaladoc updates (#1656)
Schuyler Eldridge
2020-05-28
Implement InstanceTarget Behavior for Dedup + EliminateTargetPaths (#1539)
Albert Chen
2020-03-26
Eliminate warnings on `sbt doc` and `sbt unidoc` (#1470)
Chick Markley
2020-03-23
Change annotation logging (#1461)
Jack Koenig
2019-07-25
Implement MultiTargetAnnotation (#1109)
Sequencer
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-25
Fix almost all Scaladoc warnings
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-06-12
Deprecate SingleStringAnnotation (#811)
Jack Koenig
2018-02-27
Refactor Annotations (#721)
Jack Koenig
2017-03-23
Add TargetDirAnnotation to give transforms access (#503)
Jack Koenig
2017-03-06
Added more stylized debugging style
Adam Izraelevitz
2017-03-06
Addresses #459. Rewords transform annotations API.
Adam Izraelevitz
2016-12-06
Fixes for Annotation serialized/deserialize (#390)
Chick Markley
2016-11-23
Stringified annotations (#367)
Adam Izraelevitz