mirror of https://github.com/VLSIDA/OpenRAM.git
Fix hspice setuphold golden results
This commit is contained in:
parent
f4389bdd8f
commit
4d328c5768
|
|
@ -35,10 +35,10 @@ class timing_setup_test(openram_test):
|
|||
data = sh.analyze(slews,slews)
|
||||
#print data
|
||||
if OPTS.tech_name == "freepdk45":
|
||||
golden_data = {'hold_times_HL': [-0.01586914],
|
||||
'hold_times_LH': [-0.01586914],
|
||||
'setup_times_HL': [0.02685547],
|
||||
'setup_times_LH': [0.03295898]}
|
||||
golden_data = {'hold_times_HL': [-0.0097656],
|
||||
'hold_times_LH': [-0.0158691],
|
||||
'setup_times_HL': [0.026855499999999997],
|
||||
'setup_times_LH': [0.032959]}
|
||||
elif OPTS.tech_name == "scn3me_subm":
|
||||
golden_data = {'hold_times_HL': [-0.15625],
|
||||
'hold_times_LH': [-0.1257324],
|
||||
|
|
|
|||
Loading…
Reference in New Issue