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
/
graph
Age
Commit message (
Expand
)
Author
2019-02-27
Create a simple generic GraphViz renderer for DiGraph (#1034)
Chick Markley
2018-12-12
Remove side effect from DiGraph summation
Schuyler Eldridge
2018-07-11
Make InstanceGraph have deterministic and use defined iteration order (#843)
Jack Koenig
2018-06-08
Add a blacklist option for paths (#810)
Colin Schmidt
2018-04-11
Make DiGraph.linearize be iterative instead of recursive (#785)
Jack Koenig
2018-04-02
CyclicException identifies a problem node. (#778)
Chick Markley
2018-03-21
GroupModule Transform (#766)
Adam Izraelevitz
2018-02-23
Add graph summation "+" to DiGraph (#744)
Schuyler Eldridge
2018-02-07
Fix EulerTour for circuits with one module (#736)
Schuyler Eldridge
2018-01-15
WiringTransform Refactor (#648)
Schuyler Eldridge
2017-12-20
Fix bug in ConstProp where module dependency edges were dropped (#696)
Jack Koenig
2017-11-16
Move digraph exceptions out of digraph class (#688)
Albert Magyar
2017-11-10
Make digraph methods deterministic (#653)
Albert Magyar
2017-09-12
Make pathsInDAG walk all possible paths (#655)
Schuyler Eldridge
2017-07-14
Fix bug in DiGraph.reverse on an graph with one vertex, no edges (#628)
Jack Koenig
2017-04-03
Find a single cycle from potentially many in a combinational SCC
Albert Magyar
2017-03-30
Change findSCCs to iterative implementation (#513)
Albert Magyar
2017-03-17
Add utilites for digraphs and netlist analyses
Albert Magyar