Added fix for column mux lib generation.:

This commit is contained in:
jsowash
2019-09-03 11:50:39 -07:00
parent 4a8ec7a687
commit b5ca417b26
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -1050,7 +1050,7 @@ class delay(simulation):
def get_address_row_number(self, probe_address):
"""Calculates wordline row number of data bit under test using address and column mux size"""
return int(probe_address[self.sram.col_addr_size:],2)
def prepare_netlist(self):
@@ -1285,7 +1285,7 @@ class delay(simulation):
debug.warning("Analytical characterization results are not supported for multiport.")
# Probe set to 0th bit, does not matter for analytical delay.
self.set_probe('0', 0)
self.set_probe('0'*self.addr_size, 0)
self.create_graph()
self.set_internal_spice_names()
self.create_measurement_names()