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

View File

@ -319,7 +319,7 @@ class spice():
corner_slew = SLEW_APPROXIMATION*corner_delay
return delay_data(corner_delay, corner_slew)
def get_stage_effort(self, corner, slew, load=0.0):
def get_stage_effort(self, cout, inp_is_rise=True):
"""Inform users undefined delay module while building new modules"""
debug.warning("Design Class {0} logical effort function needs to be defined"
.format(self.__class__.__name__))

View File

@ -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()