mirror of https://github.com/VLSIDA/OpenRAM.git
route spare col
This commit is contained in:
parent
911f479ecb
commit
5792256db1
|
|
@ -616,7 +616,7 @@ class port_data(design.design):
|
|||
self.connect_bitlines(inst1=inst1,
|
||||
inst1_bls_template=inst1_bls_templ,
|
||||
inst2=inst2,
|
||||
num_bits=self.word_size,
|
||||
num_bits=self.word_size + self.num_spare_cols,
|
||||
inst1_start_bit=start_bit)
|
||||
|
||||
def route_write_driver_to_column_mux_or_precharge_array(self, port):
|
||||
|
|
|
|||
Loading…
Reference in New Issue