From 2f3f8351a6e27b747f1c7e2f07d9b5dfccb4f57d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98yvind=20Harboe?= Date: Sat, 4 May 2024 15:36:12 +0200 Subject: [PATCH] BoomTile: remove dependency on SRAMs that are not used MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Øyvind Harboe --- BUILD.bazel | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/BUILD.bazel b/BUILD.bazel index c829d5f..efcc381 100644 --- a/BUILD.bazel +++ b/BUILD.bazel @@ -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", @@ -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(