Skip to content

Commit

Permalink
BUILD: Format file
Browse files Browse the repository at this point in the history
Signed-off-by: Eryk Szpotanski <[email protected]>
  • Loading branch information
eszpotanski committed Apr 18, 2024
1 parent 86cdded commit c01202f
Showing 1 changed file with 16 additions and 12 deletions.
28 changes: 16 additions & 12 deletions BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -68,18 +68,19 @@ build_openroad(

build_openroad(
name = "lb_32x128",
io_constraints=":io-sram",
verilog_files=["test/rtl/lb_32x128.sv"],
io_constraints = ":io-sram",
mock_abstract = True,
mock_area = 1,
mock_stage = "floorplan",
sdc_constraints = ":constraints-sram",
stage_args={
"floorplan": [
"CORE_UTILIZATION=40",
"CORE_ASPECT_RATIO=2",
],
"place": ["PLACE_DENSITY=0.65"]},
mock_abstract=True,
mock_stage="floorplan",
mock_area=1,
stage_args = {
"floorplan": [
"CORE_UTILIZATION=40",
"CORE_ASPECT_RATIO=2",
],
"place": ["PLACE_DENSITY=0.65"],
},
verilog_files = ["test/rtl/lb_32x128.sv"],
)

build_openroad(
Expand Down Expand Up @@ -110,7 +111,10 @@ build_openroad(
build_openroad(
name = "L1MetadataArray",
io_constraints = ":io",
macros = ["tag_array_64x184", "lb_32x128"],
macros = [
"tag_array_64x184",
"lb_32x128",
],
sdc_constraints = ":test/constraints-top.sdc",
stage_args = {
"synth": ["SYNTH_HIERARCHICAL=1"],
Expand Down

0 comments on commit c01202f

Please sign in to comment.