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
Age
Commit message (
Expand
)
Author
2021-02-17
Allow Side Effecting Statement to have Names (#2057)
Kevin Laeufer
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-12
Combined Uniquify and LowerTypes pass (#1784)
Kevin Laeufer
2020-08-05
Deprecate InstanceGraph (#1800)
Kevin Laeufer
2020-07-31
CircuitGraph: remove fields from public API (#1813)
Kevin Laeufer
2020-07-31
[WIP] Implement CircuitGraph and IRLookup to firrtl.analyses (#1603)
Jiuyang Liu
2020-07-29
[2.13] convert toSeq and toMap where necessary to compile
Kevin Laeufer
2020-07-18
Faster dedup instance graph (#1732)
Kevin Laeufer
2020-06-22
Convert PreservesAll to explicit invalidates=false
Schuyler Eldridge
2020-04-22
s/dependents/optionalPrerequisiteOf/
Schuyler Eldridge
2020-04-22
Mixin DependencyAPIMigration to all Transforms
Schuyler Eldridge
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-20
Constant prop add (#849)
albertchen-sifive
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
2018-01-15
WiringTransform Refactor (#648)
Schuyler Eldridge
2017-12-29
Add NodeCount analysis for helping with performance debugging
Jack Koenig
2017-11-10
Make digraph methods deterministic (#653)
Albert Magyar
2017-09-05
Make InstanceGraph track module hierarchies not contained in the top-level hi...
Albert Magyar
2017-03-17
Add utilites for digraphs and netlist analyses
Albert Magyar