Editted pbuf.py to pass regression.

This commit is contained in:
Jennifer Eve Sowash
2018-11-20 14:39:11 -08:00
parent c73004de35
commit bb7773ca7f
2 changed files with 5 additions and 13 deletions
+2 -2
View File
@@ -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)