freechipsproject / diagrammer

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

Is there a plan to support FIRRTL version 1.2.0? #107

Open astrohan opened 1 year ago

astrohan commented 1 year ago

I've tried to visualize my project using diagrammer but I encoundered error as below: "Exception in thread "main" firrtl.UnsupportedVersionException: FIRRTL version 1.2.0 is not supported (greater than 1.1.0)"

I wonder if the diagrammer has been deprecated or if further features have simply not been implemented yet.