Skip to content

Commit

Permalink
tests: fix bazel build //:tag_array_64x184_report
Browse files Browse the repository at this point in the history
Signed-off-by: Øyvind Harboe <[email protected]>
  • Loading branch information
oharboe committed Jul 29, 2024
1 parent 9234754 commit 92a5bf0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,12 @@ filegroup(

SRAM_FLOOR_PLACE_ARGUMENTS = {
"IO_CONSTRAINTS": "$(location :io-sram)",
"PLACE_PINS_ARGS": "-min_distance 2 -min_distance_in_tracks",
}

orfs_flow(
name = "tag_array_64x184",
abstract_stage = "floorplan",
abstract_stage = "route",
stage_args = {
"synth": {
"SDC_FILE": "$(location :constraints-sram)",
Expand All @@ -76,7 +77,7 @@ orfs_flow(
"CORE_ASPECT_RATIO": "2",
},
"place": SRAM_FLOOR_PLACE_ARGUMENTS | {
"PLACE_DENSITY": "0.65",
"PLACE_DENSITY": "0.40",
},
},
stage_sources = {
Expand Down Expand Up @@ -135,7 +136,7 @@ orfs_flow(

orfs_run(
name = "tag_array_64x184_report",
src = ":tag_array_64x184_floorplan",
src = ":tag_array_64x184_route",
outs = [
"final_clocks.webp.png",
"final_ir_drop.webp.png",
Expand Down

0 comments on commit 92a5bf0

Please sign in to comment.