set sram output cap in characterizer to be 4x dff input cap

This commit is contained in:
Jesse Cirimelli-Low 2020-04-01 04:24:43 -07:00
parent 341bde7a48
commit 6e2a5d7a1a
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ class lib:
""" Determine the load/slews if they aren't specified in the config file. """
# These are the parameters to determine the table sizes
#self.load_scales = np.array([0.1, 0.25, 0.5, 1, 2, 4, 8])
self.load_scales = np.array([0.25, 1, 8])
self.load_scales = np.array([0.25, 1, 4])
#self.load_scales = np.array([0.25, 1])
self.load = tech.spice["dff_in_cap"]
self.loads = self.load_scales*self.load