From 2971757910f5c91b860685abfdc08738a4816b33 Mon Sep 17 00:00:00 2001 From: tancheng Date: Mon, 28 Oct 2024 06:22:19 +0000 Subject: [PATCH] [FIX] pass paramCGRA to VectorCGRA from GUI with argument variable --- mode_dark_light.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mode_dark_light.py b/mode_dark_light.py index 2d1eab9..67905e3 100755 --- a/mode_dark_light.py +++ b/mode_dark_light.py @@ -964,7 +964,7 @@ def clickGenerateVerilog(): os.chdir("verilog") # pymtl function that is used to generate synthesizable verilog - test_cgra_universal(paramCGRA) + test_cgra_universal(paramCGRA = paramCGRA) widgets["verilogText"].delete("1.0", tkinter.END) found = False