aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/firrtl/analyses/InstanceGraph.scala
AgeCommit message (Expand)Author
2021-01-26Fix post-merge publishing (#2055)Jack Koenig
2021-01-20Cleanup some warnings (#2032)Jack Koenig
2020-09-16Change to Apache 2.0 License (#1901)Chick Markley
2020-08-14All of src/ formatted with scalafmtchick
2020-08-05Deprecate InstanceGraph (#1800)Kevin Laeufer
2020-07-31[WIP] Implement CircuitGraph and IRLookup to firrtl.analyses (#1603)Jiuyang Liu
2020-07-18Faster dedup instance graph (#1732)Kevin Laeufer
2020-02-13Add InstanceGraph helpers: reachable/unreachableSchuyler Eldridge
2020-02-11Report dead modules in staticInstanceCountSchuyler Eldridge
2019-10-29Change findInstancesInHierarchy to return implicit top instanceAlbert Magyar
2019-10-07Absorb some instance analysis into InstanceGraph, use safer boxed Strings (#1...Albert Magyar
2019-09-12update inline transform and testcasesAbert Chen
2019-02-25Fix almost all Scaladoc warningsSchuyler Eldridge
2018-11-29Replace Mappers with Foreachers in several passes (#954)Albert Magyar
2018-10-30Instance Annotations (#926)Adam Izraelevitz
2018-10-27Revert "Instance Annotations (#865)" (#925)Adam Izraelevitz
2018-10-24Instance Annotations (#865)Adam Izraelevitz
2018-07-11Make InstanceGraph have deterministic and use defined iteration order (#843)Jack Koenig
2018-05-11TopWiring Transform (#798)alonamid
2018-03-27Change throwInternalError to use a String instead of Option[String] (#777)Jack Koenig
2018-03-21GroupModule Transform (#766)Adam Izraelevitz