mirror of https://github.com/VLSIDA/OpenRAM.git
Reduce beta test. Remove other betas. Beta doesn't work well due to simplified rules.
This commit is contained in:
parent
74a22fb515
commit
45ae8c7315
|
|
@ -25,8 +25,8 @@ class pinv_test(unittest.TestCase):
|
|||
import pinv
|
||||
import tech
|
||||
|
||||
debug.info(2, "Checking 1x beta=4 size inverter")
|
||||
tx = pinv.pinv(size=1, beta=4)
|
||||
debug.info(2, "Checking 1x beta=3 size inverter")
|
||||
tx = pinv.pinv(size=1, beta=3)
|
||||
self.local_check(tx)
|
||||
|
||||
OPTS.check_lvsdrc = True
|
||||
|
|
|
|||
Loading…
Reference in New Issue