Change tolerance to 30%

This commit is contained in:
mrg 2021-09-03 14:04:39 -07:00
parent 3f031a90db
commit b2389fe00f
1 changed files with 3 additions and 3 deletions

View File

@ -77,9 +77,9 @@ class model_delay_test(openram_test):
debug.info(1,"Model Delays={}".format(model_delays))
if OPTS.tech_name == "freepdk45":
error_tolerance = 0.25
error_tolerance = 0.30
elif OPTS.tech_name == "scn4m_subm":
error_tolerance = 0.25
error_tolerance = 0.30
else:
self.assertTrue(False) # other techs fail