aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/firrtl/graph
AgeCommit message (Expand)Author
2021-02-17Allow Side Effecting Statement to have Names (#2057)Kevin Laeufer
2021-02-16Add DiGraph factory method and prettyTreeJack Koenig
2021-01-26Fix post-merge publishing (#2055)Jack Koenig
2020-09-16Change to Apache 2.0 License (#1901)Chick Markley
2020-08-14All of src/ formatted with scalafmtchick
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 compileKevin Laeufer
2020-03-26Eliminate warnings on `sbt doc` and `sbt unidoc` (#1470)Chick Markley
2020-03-10Fix copy-paste error in DiGraph.linearize documentation (#1324)Sahand Kashani-Akhavan
2020-03-02Remove DiGraph.seededLinearize (#1413)Schuyler Eldridge
2020-02-18Update reachableFrom ScalaDocAlbert Magyar
2019-10-24Add EdgeData trait to mix in to graphsAlbert Magyar
2019-07-08Remove some warnings (#1118)Leway Colin
2019-07-03Add seeded topological sort to DiGraphSchuyler Eldridge
2019-02-27Create a simple generic GraphViz renderer for DiGraph (#1034)Chick Markley
2018-12-12Remove side effect from DiGraph summationSchuyler Eldridge
2018-07-11Make InstanceGraph have deterministic and use defined iteration order (#843)Jack Koenig
2018-06-08Add a blacklist option for paths (#810)Colin Schmidt
2018-04-11Make DiGraph.linearize be iterative instead of recursive (#785)Jack Koenig
2018-04-02CyclicException identifies a problem node. (#778)Chick Markley
2018-03-21GroupModule Transform (#766)Adam Izraelevitz
2018-02-23Add graph summation "+" to DiGraph (#744)Schuyler Eldridge
2018-02-07Fix EulerTour for circuits with one module (#736)Schuyler Eldridge
2018-01-15WiringTransform Refactor (#648)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-09-12Make pathsInDAG walk all possible paths (#655)Schuyler Eldridge
2017-07-14Fix bug in DiGraph.reverse on an graph with one vertex, no edges (#628)Jack Koenig
2017-04-03Find a single cycle from potentially many in a combinational SCCAlbert Magyar
2017-03-30Change findSCCs to iterative implementation (#513)Albert Magyar
2017-03-17Add utilites for digraphs and netlist analysesAlbert Magyar