Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency edu.berkeley.cs:chiseltest to v6 #91

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 6, 2024

This PR contains the following updates:

Package Type Update Change
edu.berkeley.cs:chiseltest (source) test major 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:

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:

libraryDependencies += "edu.berkeley.cs" %% "chiseltest" % "6.0.0"

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 like ThrowOnFirstErrorAnnotation now work. Fixes #​682

New in v5.0.1:

To use add the following to your build.sbt:

libraryDependencies += "edu.berkeley.cs" %% "chiseltest" % "5.0.2"

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:

To use add the following to your build.sbt:

libraryDependencies += "edu.berkeley.cs" %% "chiseltest" % "5.0.1"

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:

libraryDependencies += "edu.berkeley.cs" %% "chiseltest" % "5.0.0"

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants