freechipsproject / diagrammer

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

Bump to 1.1-SNAPSHOT #14

Closed ucbjrl closed 5 years ago

ucbjrl commented 5 years ago

This is an attempt to reduce potential confusion over external dependencies. Hopefully it won't have the opposite effect.

diagrammer is largely chisel version agnostic (which is good), but in order to support reproducible builds, we need to be specific about which version of chisel we're dependent on.

diagrammer 1.0-SNAPSHOTS will be built against chisel 3.1-SNAPSHOTS (the diagrammer 1.0.x branch. diagrammer 1.1-SNAPSHOTS will be built against chisel 3.2-SNAPSHOTS (the diagrammer master branch).

The only changes to diagrammer are in its build.sbt and build.sc.