mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-09-04 16:51:40 +02:00
Editted pbuf.py to pass regression.
This commit is contained in:
@@ -11,14 +11,14 @@ import globals
|
||||
from globals import OPTS
|
||||
import debug
|
||||
|
||||
class pinvbuf_test(openram_test):
|
||||
class pbuf_test(openram_test):
|
||||
|
||||
def runTest(self):
|
||||
globals.init_openram("config_20_{0}".format(OPTS.tech_name))
|
||||
global verify
|
||||
import verify
|
||||
|
||||
import pinv
|
||||
import pbuf
|
||||
|
||||
debug.info(2, "Testing inverter/buffer 4x 8x")
|
||||
a = pbuf.pbuf(8)
|
||||
|
||||
Reference in New Issue
Block a user