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
/
InlineInstancesTests.scala
Age
Commit message (
Expand
)
Author
2021-05-21
Fix renaming of local targets in InlineInstances (#2238)
Albert Chen
2021-02-17
Allow Side Effecting Statement to have Names (#2057)
Kevin Laeufer
2020-09-16
Change to Apache 2.0 License (#1901)
Chick Markley
2020-08-14
All of src/ formatted with scalafmt
chick
2020-03-17
[RFC] Factor out common test classes; package them (#1412)
David Biancolin
2020-03-13
Make InlineInstances invalidate ResolveKinds
Jack Koenig
2020-02-12
Removed unused imports in src/test/ (#1381)
Jim Lawson
2020-01-09
Dedup PassTests, add NoCircuitDedupAnnotations (#1302)
Schuyler Eldridge
2019-09-19
Faster inline renaming (#1184)
Albert Chen
2019-09-12
update inline transform and testcases
Abert Chen
2019-09-05
clean up spacing in inline test
abejgonzalez
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-10-03
Inlining uses "_", respects namespaces
Schuyler Eldridge
2017-06-28
[Testing] Clean up SimpleTransformSpec execute methods
Jack Koenig
2017-05-18
Upgrade Logging facility (#488)
Chick Markley
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-03-03
Bugfix: InlineInstances must prefix instances
Adam Izraelevitz
2016-11-23
Stringified annotations (#367)
Adam Izraelevitz
2016-11-21
Rewrote inline xform to fix quadratic perf. bug (#377)
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