Skip to content

Commit

Permalink
WIP: BUILD.bazel: Update L1MetadataArray
Browse files Browse the repository at this point in the history
Signed-off-by: Illia Vysochyn <[email protected]>
  • Loading branch information
ivysochyn committed Jul 31, 2024
1 parent 49f32c0 commit 278e946
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -210,18 +210,15 @@ orfs_flow(
"CORE_UTILIZATION": "3",
"RTLMP_FLOW": "True",
"CORE_MARGIN": "2",
"IO_CONSTRAINTS": "$(location :io)",
"MACRO_PLACE_HALO": "30 30",
},
"place": {
"PLACE_DENSITY": "0.20",
"PLACE_PINS_ARGS": "-annealing",
"IO_CONSTRAINTS": "$(location :io)",
},
},
stage_sources = {
"synth": [":constraints-sram"],
"floorplan": [":io"],
"place": [":io"],
},
verilog_files = ["//rtl:L1MetadataArray.sv"],
)
Expand Down

0 comments on commit 278e946

Please sign in to comment.