mirror of https://github.com/VLSIDA/OpenRAM.git
Increase lib file tolerance to 25 percent.
This commit is contained in:
parent
317f2d1293
commit
f98155fc0b
|
|
@ -42,8 +42,7 @@ class lib_test(unittest.TestCase):
|
|||
|
||||
# let's diff the result with a golden model
|
||||
golden = "{0}/golden/{1}".format(os.path.dirname(os.path.realpath(__file__)),filename)
|
||||
# Randomly decided 10% difference between spice simulators is ok.
|
||||
self.assertEqual(isapproxdiff(libname,golden,0.10),True)
|
||||
self.assertEqual(isapproxdiff(libname,golden,0.25),True)
|
||||
|
||||
OPTS.analytical_delay = True
|
||||
OPTS.trim_netlist = True
|
||||
|
|
|
|||
Loading…
Reference in New Issue