mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-08-29 17:39:02 +02:00
Fix pinvbuf test to use new interface with only driver size.
This commit is contained in:
@@ -21,7 +21,7 @@ class pinvbuf_test(openram_test):
|
||||
import pinvbuf
|
||||
|
||||
debug.info(2, "Testing inverter/buffer 4x 8x")
|
||||
a = pinvbuf.pinvbuf(4,8)
|
||||
a = pinvbuf.pinvbuf(8)
|
||||
self.local_check(a)
|
||||
|
||||
globals.end_openram()
|
||||
|
||||
Reference in New Issue
Block a user