Skip to content

Commit

Permalink
BUILD.bazel: Hack L1MetadataArray target
Browse files Browse the repository at this point in the history
The 'place' stage of 'L1MetadataArray' target fails to be built through
Bazel dependency preparation and 'make place' script invocation.

This commit adds environment variables from the 'floorplan' stage to
'place' stage to temporarily fix the issue.

Signed-off-by: Illia Vysochyn <[email protected]>
  • Loading branch information
ivysochyn committed Jul 31, 2024
1 parent 49f32c0 commit 3a70b88
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,10 @@ orfs_flow(
"PLACE_DENSITY": "0.20",
"PLACE_PINS_ARGS": "-annealing",
"IO_CONSTRAINTS": "$(location :io)",
# FIXME: This is a hack to work around the broken './make place'
"CORE_UTILIZATION": "3",
"RTLMP_FLOW": "True",
"CORE_MARGIN": "2",
},
},
stage_sources = {
Expand Down

0 comments on commit 3a70b88

Please sign in to comment.