Bump to Chisel v3.3.0 and FIRRTL v1.3.0 #2399
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
release branches: 3.3.x for chisel3 and 1.3.x for firrtl
This better supports Wit dependencies
We include chisel3 on the classpath for running FIRRTL because of use of utils like
chisel3.util.HasBlackBoxResource
. chipsalliance/chisel#1384 broke up the chisel3 build into multiple directories so I had to update the Makefiles to include the extra directories.TODO Release Notes Highlights
Related issue:
Type of change: other enhancement
Impact: API modification
Development Phase: implementation
Release Notes
Bump to Chisel v3.3.0-RC3 and FIRRTL v1.3.0-RC3. Chisel and FIRRTL use a versioning scheme
X.Y.Z
whereY
signifies major version and thus may contain backwards incompatible API changes. See their respective release notes (currently in draft):https://github.com/freechipsproject/chisel3/releases
https://github.com/freechipsproject/firrtl/releases