Fix pbuf test info

This commit is contained in:
mrg 2020-07-27 13:59:35 -07:00
parent 2991534d3f
commit 26b01e37c6
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ class pbuf_test(openram_test):
config_file = "{}/tests/configs/config".format(os.getenv("OPENRAM_HOME"))
globals.init_openram(config_file)
debug.info(2, "Testing inverter/buffer 4x 8x")
debug.info(2, "Testing buffer 8x")
a = factory.create(module_type="pbuf", size=8)
self.local_check(a)