mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-08-22 06:07:31 +02:00
Fix hspice setuphold golden results
This commit is contained in:
@@ -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],
|
||||
|
||||
Reference in New Issue
Block a user