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 diagrammer1.0.x branch.
diagrammer 1.1-SNAPSHOTS will be built against chisel 3.2-SNAPSHOTS (the diagrammermaster branch).
The only changes to diagrammer are in its build.sbt and build.sc.
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 (thediagrammer
1.0.x
branch.diagrammer
1.1-SNAPSHOTS will be built against chisel 3.2-SNAPSHOTS (thediagrammer
master
branch).The only changes to
diagrammer
are in itsbuild.sbt
andbuild.sc
.