Skip to content

Commit

Permalink
BUILD.bazel: Temporary fix for 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 Aug 6, 2024
1 parent aa54015 commit b2dd6b1
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 @@ -220,6 +220,10 @@ orfs_flow(
"PLACE_DENSITY": "0.20",
"PLACE_PINS_ARGS": "-annealing",
"IO_CONSTRAINTS": "$(location :io)",
# FIXME: This is a temporary solution to address the issue with './make place'
"CORE_UTILIZATION": "3",
"RTLMP_FLOW": "True",
"CORE_MARGIN": "2",
},
},
stage_sources = {
Expand Down

0 comments on commit b2dd6b1

Please sign in to comment.