freechipsproject / diagrammer

Provides dot visualizations of chisel/firrtl circuits
Apache License 2.0
114 stars 20 forks source link

New option to allow different layout ranking #13

Closed chick closed 5 years ago

chick commented 5 years ago

This new option, controlled by the useRank option, directs dot to arrange the graph in loose columns or rows based on their connection depth from the top-level inputs. Sometimes this looks a lot better, sometimes not. Added based on things learned while adding DiGraph rendering to Firrtl.