Update dependency edu.berkeley.cs:chiseltest to v6 #91
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.
This PR contains the following updates:
0.6.2
->6.0.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
ucb-bar/chisel-testers2 (edu.berkeley.cs:chiseltest)
v6.0.0
Compare Source
Compatible with Chisel 6. Please note that some of the newer Chisel features like probes and layers are not supported. We are happy to review community PRs to add support.
We are very excited about all the new community contributions we recieved from @kammoh , @konda-x1 , @nbfalcon , @Gallagator , @Discreater and @felixonmars !
New Features:
NoThreadingAnnotation
required anymore!Simulator Independent Coverage
paper (#689)loadMemoryFromFile
now supports absolute paths (#693), thanks to @nbfalcon ! 🎉bitwuzla
(#721), thanks to @Gallagator! 🎉Removed Features
timescope
feature was removed, please manually reset pin values (#680)utest
support was removed (#688)To use add the following to your
build.sbt
:On Maven
v5.0.2
Compare Source
The first stable release that works with Chisel 5.
We had to fork the old
firrtl
compiler to make this work, so there might be some issues if you rely on specific passes or annotations.New in
v5.0.2
:ChiselOptions
likeThrowOnFirstErrorAnnotation
now work. Fixes #682New in
v5.0.1
:OpaqueType
(#661)To use add the following to your
build.sbt
:On Maven
v5.0.1
Compare Source
The first stable release that works with Chisel 5.
We had to fork the old
firrtl
compiler to make this work, so there might be some issues if you rely on specific passes or annotations.New in
v5.0.1
:OpaqueType
(#661)To use add the following to your
build.sbt
:On Maven
v5.0.0
Compare Source
The first stable release that works with Chisel 5.
We had to fork the old
firrtl
compiler to make this work, so there might be some issues if you rely on specific passes or annotations.To use add the following to your
build.sbt
:On Maven
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.