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
/
AnnotationTests.scala
Age
Commit message (
Expand
)
Author
2021-12-17
Modify and optimize performance of propagate annotations (#2393)
Jack Koenig
2021-11-23
fix tests that depend on Driver (#2429)
Jiuyang Liu
2021-11-12
Let firrtl based applications run despite loading unknown annotations (#2387)
Chick Markley
2020-09-16
Change to Apache 2.0 License (#1901)
Chick Markley
2020-08-14
All of src/ formatted with scalafmt
chick
2020-08-14
tests: Decrease Dependency on Deprecated APIs (#1839)
Kevin Laeufer
2020-08-13
Remove LegacyAnnotation and [most] MoultingYaml (#1833)
Jack Koenig
2020-05-28
Implement InstanceTarget Behavior for Dedup + EliminateTargetPaths (#1539)
Albert Chen
2020-04-22
Mixin DependencyAPIMigration to all Transforms
Schuyler Eldridge
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-03-11
Migrate to DependencyAPI
Schuyler Eldridge
2019-08-19
Refactor exceptions to remove stack trace from user errors (#1157)
Jack Koenig
2019-08-01
Followup to PR #1142
chick
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-08
Use LinkedHashSet in propagateAnnotations (#855)
albertchen-sifive
2018-07-10
Fix bug in zero-width renaming (#845)
Jack Koenig
2018-07-02
Make ZeroWidth properly rename removed empty aggregates (#839)
Jack Koenig
2018-03-27
Const prop improvement (#772)
Jack Koenig
2018-03-22
Better bad annotation file error reporting (#771)
Jack Koenig
2018-03-02
Fix annotation deserialization of component subfields (#750)
Jack Koenig
2018-02-27
Refactor Annotations (#721)
Jack Koenig
2017-12-19
Make toNamed invert serialize (#709)
Schuyler Eldridge
2017-11-28
Have DedupModules report renaming
Jack
2017-06-28
[Testing] Clean up SimpleTransformSpec execute methods
Jack Koenig
2017-06-28
[Testing] Have SimpleTransformSpec mix in FirrtlMatchers
Jack Koenig
2017-06-26
Add support for wires in ConstProp
Jack Koenig
2017-05-12
Bugfix: renaming instance ports was broken. (#588)
Adam Izraelevitz
2017-05-11
Improved Global Dead Code Elimination (#549)
Jack Koenig
2017-05-10
Update rename2 (#478)
Adam Izraelevitz
2017-03-23
Pass now subclasses Transform (#477)
Adam Izraelevitz
2017-03-17
Give better error message if missing emitedcircuit
Adam Izraelevitz
2017-03-06
After merge, fixed added transforms
Adam Izraelevitz
2017-03-06
Addresses #459. Rewords transform annotations API.
Adam Izraelevitz
2017-03-06
Add ability to emit 1 file per module (#443)
Jack Koenig
2017-02-01
Fetch resource files as resources. (#399)
Jim Lawson
2016-12-06
Fixes for Annotation serialized/deserialize (#390)
Chick Markley
2016-11-23
Stringified annotations (#367)
Adam Izraelevitz
2016-11-07
Fix annotations (#366)
Adam Izraelevitz
2016-11-04
Cleanup license at top of every file (#364)
Jack Koenig
2016-11-04
Refactor Compilers and Transforms
jackkoenig
2016-07-27
Reworked annotation system. Added tenacity and permissibility
Adam Izraelevitz
2016-06-10
API Cleanup - AST
Jack
2016-05-12
Restructured Compiler to use Transforms. Added an InlineInstance pass.
Adam Izraelevitz