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

DRAFT PR: updated to v3.0-1160 and added defining BLOCKS variable #91

Closed

Conversation

jeffng-or
Copy link
Collaborator

Pushing up this PR as a draft for collaboration while working on updating ORFS and fixing the megaboom power grid.

Do not merge.

Copy link
Collaborator

@oharboe oharboe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't set BLOCKS from Bazel, it is a Makefile only variable.

@@ -244,6 +247,7 @@ orfs_flow(
"CORE_UTILIZATION": "20",
"MACRO_PLACE_HALO": "20 20",
"RTLMP_FLOW": "1",
"BLOCKS": boom_tile_blocks,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This breaks ORFS. "BLOCKS" is a Makefile specific construct, don't use it from ORFS.

bazel-orfs sets "MACROS"

https://github.com/The-OpenROAD-Project/bazel-orfs/blob/767676d644d07a459393c010699e92551ffaec5b/openroad.bzl#L386-L388

@oharboe
Copy link
Collaborator

oharboe commented Aug 21, 2024

@jeffng-or close?

@jeffng-or jeffng-or closed this Sep 3, 2024
@jeffng-or jeffng-or deleted the v3.0-1160-update branch September 18, 2024 17:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants