We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Discovered here ucb-bar/chipyard#1623 (comment)
Unzip firfile.zip
Run:
firtool --format=fir --dedup --export-module-hierarchy --verify-each=true --warn-on-unprocessed-annotations --disable-annotation-classless --disable-annotation-unknown --mlir-timing --lowering-options=emittedLineLength=2048,noAlwaysComb,disallowLocalVariables,verifLabels,locationInfoStyle=wrapInAtSquareBracket,disallowPackedArrays --split-verilog -o /tmp/blah chipyard.harness.TestHarness.MegaBoomConfig.sfc.fir
Output:
$ firtool --format=fir --dedup --export-module-hierarchy --verify-each=true --warn-on-unprocessed-annotations --disable-annotation-classless --disable-annotation-unknown --mlir-timing --lowering-options=emittedLineLength=2048,noAlwaysComb,disallowLocalVariables,verifLabels,locationInfoStyle=wrapInAtSquareBracket,disallowPackedArrays --split-verilog -o /tmp/blah chipyard.harness.TestHarness.MegaBoomConfig.sfc.fir <unknown>:0: warning: option -dedup is deprecated since firtool 1.57.0, has no effect (deduplication is always enabled), and will be removed in firtool 1.58.0 generators/rocket-chip/src/main/scala/util/Arbiters.scala:43:16: error: unsupported packed array expression generators/rocket-chip/src/main/scala/util/Arbiters.scala:43:16: note: see current operation: %52 = "hw.array_concat"(%4, %51) : (!hw.array<3xi9>, !hw.array<5xi9>) -> !hw.array<8xi9> [deleted]
The text was updated successfully, but these errors were encountered:
Thank you for the report. This is same issue to #5355.
Sorry, something went wrong.
duplicate of #5355
No branches or pull requests
Discovered here ucb-bar/chipyard#1623 (comment)
Unzip firfile.zip
Run:
Output:
The text was updated successfully, but these errors were encountered: