mirror of https://github.com/VLSIDA/OpenRAM.git
Fix pinvbuf test to use new interface with only driver size.
This commit is contained in:
parent
c8808c268a
commit
f098b995f0
|
|
@ -21,7 +21,7 @@ class pinvbuf_test(openram_test):
|
||||||
import pinvbuf
|
import pinvbuf
|
||||||
|
|
||||||
debug.info(2, "Testing inverter/buffer 4x 8x")
|
debug.info(2, "Testing inverter/buffer 4x 8x")
|
||||||
a = pinvbuf.pinvbuf(4,8)
|
a = pinvbuf.pinvbuf(8)
|
||||||
self.local_check(a)
|
self.local_check(a)
|
||||||
|
|
||||||
globals.end_openram()
|
globals.end_openram()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue