Skip to content

Commit

Permalink
BoomTile: remove dependency on SRAMs that are not used
Browse files Browse the repository at this point in the history
Signed-off-by: Øyvind Harboe <[email protected]>
  • Loading branch information
oharboe committed May 4, 2024
1 parent 1be326f commit 2f3f835
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,7 @@ build_openroad(
boom_tile_small_srams = [
"tag_array_64x184",
"tag_array_64x168",
"data_2048x2",
# "data_2048x2",
"table_256x48",
"table_128x52",
"table_128x44",
Expand All @@ -719,13 +719,15 @@ boom_tile_rams = [
# "l2_tlb_ram_0_512x46",
"ebtb_128x40",
"array_256x128",
"dataArrayB_256x64",
"l2_tlb_ram_0_512x45"]
"dataArrayB_256x64"
#, "l2_tlb_ram_0_512x45"
]

digital_top_srams=["cc_dir_1024x168",
"data_data_40x128",
"ghist_40x64",
"meta_40x240"]
digital_top_srams=[
# "cc_dir_1024x168",
# "data_data_40x128",
# "ghist_40x64",
"meta_40x240"]


[build_openroad(
Expand Down

0 comments on commit 2f3f835

Please sign in to comment.