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

CIRCT & Chisel bumping needs to be re-enable #787

Closed
Avimitin opened this issue Sep 16, 2024 · 1 comment · Fixed by #794
Closed

CIRCT & Chisel bumping needs to be re-enable #787

Avimitin opened this issue Sep 16, 2024 · 1 comment · Fixed by #794

Comments

@Avimitin
Copy link
Contributor

The latest Chisel on master branch will breaks our arithmetic module with following error:

> [error]            ^
> [error] /build/source/dependencies/arithmetic/arithmetic/src/division/srt/srt4/SRT4.scala:9:8: object leftShift is not a member of package chisel3.utils
> [error] import utils.leftShift
> [error]        ^
> [error] /build/source/dependencies/arithmetic/arithmetic/src/division/srt/srt8/SRT8.scala:7:8: object leftShift is not a member of package chisel3.utils
> [error] import utils.leftShift
> [error]        ^
> [error] /build/source/dependencies/arithmetic/arithmetic/src/division/srt/srt16/SRT16.scala:6:8: object leftShift is not a member of package chisel3.utils
> [error] import utils.leftShift
> [error]        ^
> [error] /build/source/dependencies/arithmetic/arithmetic/src/division/srt/srt16/QDS.scala:8:8: object extend is not a member of package chisel3.utils
> [error] import utils.{extend, sIntToBitPat}
> [error]        ^
> [error] /build/source/dependencies/arithmetic/arithmetic/src/division/srt/srt16/QDS.scala:19:32: not found: value sIntToBitPat
> [error]         case x => bitPatToUInt(sIntToBitPat(-x, rWidth))
> [error]                                ^
> [error] /build/source/dependencies/arithmetic/arithmetic/src/division/srt/srt16/SRT16.scala:96:7: not found: value leftShift
> [error]       leftShift(a(1), radixLog2).head(rWidth),
> [error]       ^
> [error] /build/source/dependencies/arithmetic/arithmetic/src/division/srt/srt16/SRT16.scala:97:7: not found: value leftShift
> [error]       leftShift(a(0), radixLog2 + 1).head(rWidth),
> [error]       ^
> [error] 36 errors found

But currently we have no plan to rewrite the arithmetic module, so that the Chisel bump action will never success. Before we migrate to DWBB, the CIRCT & Chisel bumping action is disabled.

@Avimitin
Copy link
Contributor Author

To re-enable action, goes to the action page and scroll down to Chisel and CIRCT bumping page, click the "Enable workflow" button.

image

@unlsycn unlsycn linked a pull request Oct 9, 2024 that will close this issue
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 a pull request may close this issue.

1 participant