From 26b01e37c6514100eb8f0e68641b301295a8e289 Mon Sep 17 00:00:00 2001 From: mrg Date: Mon, 27 Jul 2020 13:59:35 -0700 Subject: [PATCH] Fix pbuf test info --- compiler/tests/04_pbuf_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/tests/04_pbuf_test.py b/compiler/tests/04_pbuf_test.py index ffd06962..7ed92ab8 100755 --- a/compiler/tests/04_pbuf_test.py +++ b/compiler/tests/04_pbuf_test.py @@ -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)