aboutsummaryrefslogtreecommitdiff
path: root/src/test/scala/firrtlTests/graph/DiGraphTests.scala
AgeCommit message (Expand)Author
2018-04-11Make DiGraph.linearize be iterative instead of recursive (#785)Jack Koenig
2018-04-02CyclicException identifies a problem node. (#778)Chick Markley
2018-02-23Add graph summation "+" to DiGraph (#744)Schuyler Eldridge
2017-12-20Fix bug in ConstProp where module dependency edges were dropped (#696)Jack Koenig
2017-11-16Move digraph exceptions out of digraph class (#688)Albert Magyar
2017-11-10Make digraph methods deterministic (#653)Albert Magyar
2017-07-14Fix bug in DiGraph.reverse on an graph with one vertex, no edges (#628)Jack Koenig
2017-03-17Add utilites for digraphs and netlist analysesAlbert Magyar