Fix hspice setuphold golden results

This commit is contained in:
Matt Guthaus 2018-09-13 14:41:15 -07:00
parent f4389bdd8f
commit 4d328c5768
1 changed files with 4 additions and 4 deletions

View File

@ -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],