-
Notifications
You must be signed in to change notification settings - Fork 50
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
Remove deprecations #309
Remove deprecations #309
Conversation
request @chick and @jackkoenig to review. |
0f3fcce
to
d4774c6
Compare
@sequencer
chisel3 built and passed tests.
The following tests did not pass. All due, I think, to similar problems with val io not being accessible
|
Oh, sorry, I only tested 2.12, I'll take a look on those tomorrow. |
These issues are caused by chipsalliance/chisel#1744, it was merged after my PR. |
Any updates? @jackkoenig @chick |
Sorry for the delay, yesterday we were getting 3.4.2 out (now published). Will take a look tomorrow. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
ucb-bar/dsptools#222 will deal with consequences of this to dsptools
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This compbined PR #222 AND PR #222 Depends on freechipsproject/chisel-testers#309 Depends on chipsalliance/chisel#1730 Black boxes required suggest Name to work setResource on black box is not addResource Lots of import cleanup Saturate did it's own firrtl compiling, modified to use current idioms Changed dsptools Driver to use jiuyangs iotesters DriverCompatibility stuff Cleaned up dependencies in build.sbt Removed BuildInfo plugin from build.sbt (I'm not that sure about it, but it was causing build errors) -- Now uses github actions for CI
* Black boxes required suggest Name to work setResource on black box is not addResource Lots of import cleanup Saturate did it's own firrtl compiling, modified to use current idioms Changed dsptools `Driver` to use jiuyangs iotesters DriverCompatibility stuff Cleaned up dependencies in build.sbt Removed BuildInfo plugin from build.sbt (I'm not that sure about it, but it was causing build errors) * Add support for github actions to do ci and publishing * Add support for github actions to do ci and publishing Added CODEOWNERS file for symmetry with chiseltest which was used for this template Removed mill as it is not currently supported here * Update plugins to have ci-release, used for publishing * fix iotesters version * bump copyright to force retest * Move to github actions for ci, update for 3.5 compatabilty This compbined PR #222 AND PR #222 Depends on freechipsproject/chisel-testers#309 Depends on chipsalliance/chisel#1730 Black boxes required suggest Name to work setResource on black box is not addResource Lots of import cleanup Saturate did it's own firrtl compiling, modified to use current idioms Changed dsptools Driver to use jiuyangs iotesters DriverCompatibility stuff Cleaned up dependencies in build.sbt Removed BuildInfo plugin from build.sbt (I'm not that sure about it, but it was causing build errors) -- Now uses github actions for CI * Only build for scala 2.12
This PR depends on #308
chisel-testers won't be a blocker on chipsalliance/chisel#1730 after this PR get merged.