mirror of https://github.com/VLSIDA/OpenRAM.git
Changed layout input names of s_en AND gate to match the schematic
This commit is contained in:
parent
df2f981a34
commit
c1cb6bf512
|
|
@ -670,7 +670,7 @@ class control_logic(design.design):
|
||||||
if self.port_type=="rw":
|
if self.port_type=="rw":
|
||||||
input_name = "we_bar"
|
input_name = "we_bar"
|
||||||
else:
|
else:
|
||||||
input_name = "cs_bar"
|
input_name = "cs"
|
||||||
|
|
||||||
sen_map = zip(["A", "B", "C"], ["rbl_bl_delay", "gated_clk_bar", input_name])
|
sen_map = zip(["A", "B", "C"], ["rbl_bl_delay", "gated_clk_bar", input_name])
|
||||||
self.connect_vertical_bus(sen_map, self.s_en_gate_inst, self.rail_offsets)
|
self.connect_vertical_bus(sen_map, self.s_en_gate_inst, self.rail_offsets)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue