-
Notifications
You must be signed in to change notification settings - Fork 490
bazel-orfs: bump to 6ebadeb (yosys/abc 0.64 via custom registry) #4254
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
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -36,23 +36,14 @@ git_override( | |
| bazel_dep(name = "bazel-orfs", dev_dependency = True) | ||
| bazel_dep(name = "bazel-orfs-verilog", dev_dependency = True) | ||
|
|
||
| BAZEL_ORFS_COMMIT = "3a5ddd7eb48c363717e65903ae4573d528327fd3" | ||
| BAZEL_ORFS_COMMIT = "6ebadeb4be5c9ada103081c9a5e668c014126616" | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The 2 "fail-to-build" (PDN-0233) errors mentioned in the summary represent a regression in the build process. Synthesis changes from the Yosys 0.64 bump can impact downstream stages like floorplanning and PDN. These failures should be addressed to ensure that all designs in the test suite continue to build successfully. |
||
|
|
||
| BAZEL_ORFS_REMOTE = "https://github.com/The-OpenROAD-Project/bazel-orfs.git" | ||
|
|
||
| # To bump version, run: bazelisk run @bazel-orfs//:bump | ||
| # | ||
| # `patches =` keeps small bazel-orfs fixes vendored in this repo while | ||
| # we iterate, instead of round-tripping every change through a | ||
| # bazel-orfs PR + pin bump. When a patch lands upstream, drop the | ||
| # entry here and bump BAZEL_ORFS_COMMIT. | ||
| git_override( | ||
| module_name = "bazel-orfs", | ||
| commit = BAZEL_ORFS_COMMIT, | ||
| patch_strip = 1, | ||
| patches = [ | ||
| "//patches/bazel-orfs:0001-render_gds-monkey-patch-PDK_CONFIGS-not-gdsii_use_custom_config.patch", | ||
| ], | ||
| remote = BAZEL_ORFS_REMOTE, | ||
| ) | ||
|
|
||
|
|
||
This file was deleted.
This file was deleted.
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.
The pull request description indicates that 7 tests are failing with a "metric-miss" due to synthesis output shifts introduced by Yosys 0.64. These baseline updates (e.g., to
rules-base.json) should be included in this pull request to ensure that the CI remains green and the repository stays in a consistent state.