diff --git a/compiler/tests/21_hspice_setuphold_test.py b/compiler/tests/21_hspice_setuphold_test.py index 80568196..6db67df6 100755 --- a/compiler/tests/21_hspice_setuphold_test.py +++ b/compiler/tests/21_hspice_setuphold_test.py @@ -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],