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
/
analyses
/
InstanceGraph.scala
Age
Commit message (
Expand
)
Author
2021-01-26
Fix post-merge publishing (#2055)
Jack Koenig
2021-01-20
Cleanup some warnings (#2032)
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-05
Deprecate InstanceGraph (#1800)
Kevin Laeufer
2020-07-31
[WIP] Implement CircuitGraph and IRLookup to firrtl.analyses (#1603)
Jiuyang Liu
2020-07-18
Faster dedup instance graph (#1732)
Kevin Laeufer
2020-02-13
Add InstanceGraph helpers: reachable/unreachable
Schuyler Eldridge
2020-02-11
Report dead modules in staticInstanceCount
Schuyler Eldridge
2019-10-29
Change findInstancesInHierarchy to return implicit top instance
Albert Magyar
2019-10-07
Absorb some instance analysis into InstanceGraph, use safer boxed Strings (#1...
Albert Magyar
2019-09-12
update inline transform and testcases
Abert Chen
2019-02-25
Fix almost all Scaladoc warnings
Schuyler Eldridge
2018-11-29
Replace Mappers with Foreachers in several passes (#954)
Albert Magyar
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-07-11
Make InstanceGraph have deterministic and use defined iteration order (#843)
Jack Koenig
2018-05-11
TopWiring Transform (#798)
alonamid
2018-03-27
Change throwInternalError to use a String instead of Option[String] (#777)
Jack Koenig
2018-03-21
GroupModule Transform (#766)
Adam Izraelevitz