exclude rbl connection in sram base for delay control logic

This commit is contained in:
samuelkcrow
2022-07-21 19:35:01 -07:00
parent 7d4b718344
commit ef2c9fe296
+2 -1
View File
@@ -717,7 +717,8 @@ class sram_base(design, verilog, lef):
if port in self.readwrite_ports:
temp.append("web{}".format(port))
temp.append("clk{}".format(port))
temp.append("rbl_bl{}".format(port))
if OPTS.control_logic != "control_logic_delay":
temp.append("rbl_bl{}".format(port))
# Outputs
if port in self.read_ports: