From 61514b22518a76738f382ea2a7f1ca155ff1d4fc Mon Sep 17 00:00:00 2001 From: Yvan Tortorella Date: Wed, 10 May 2023 14:14:52 +0200 Subject: [PATCH] Removed RF 1 Write Multiport Read from Bender.yml to avoid duplication with SCM. --- Bender.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Bender.yml b/Bender.yml index 3c1089d..32f4843 100644 --- a/Bender.yml +++ b/Bender.yml @@ -6,7 +6,7 @@ package: dependencies: common_cells: { git: "git@github.com:pulp-platform/common_cells.git", version: 1.13.1 } - tech_cells_generic: { git: "git@github.com:pulp-platform/tech_cells_generic", version: 0.1.6 } + tech_cells_generic: { git: "git@github.com:pulp-platform/tech_cells_generic", version: 0.2.11 } scm: { git: "git@github.com:pulp-platform/scm.git", version: 1.0.1 } icache-intc: { git: "git@github.com:pulp-platform/icache-intc.git", version: 1.0.1 } axi_slice: { git: "git@github.com:pulp-platform/axi_slice.git", version: 1.1.4 } # deprecated, replaced by axi_cut (in axi repo) @@ -24,7 +24,6 @@ sources: - RTL/L1.5_CACHE/REP_buffer_4.sv - RTL/L1_CACHE/pri_icache_controller.sv - RTL/L1_CACHE/refill_arbiter.sv - - RTL/L1_CACHE/register_file_1w_multi_port_read.sv # Level 1 - CTRL_UNIT/hier_icache_ctrl_unit_wrap.sv - RTL/L1.5_CACHE/AXI4_REFILL_Resp_Deserializer.sv