mirror of https://github.com/VLSIDA/OpenRAM.git
set sram output cap in characterizer to be 4x dff input cap
This commit is contained in:
parent
341bde7a48
commit
6e2a5d7a1a
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue