From 4d328c576859870d5d03963fe6a8165c8aa8abe0 Mon Sep 17 00:00:00 2001 From: Matt Guthaus Date: Thu, 13 Sep 2018 14:41:15 -0700 Subject: [PATCH] Fix hspice setuphold golden results --- compiler/tests/21_hspice_setuphold_test.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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],