Skip to content

Commit

Permalink
[FIX] pass paramCGRA to VectorCGRA from GUI with argument variable
Browse files Browse the repository at this point in the history
  • Loading branch information
tancheng committed Oct 28, 2024
1 parent d6efbd8 commit 2971757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mode_dark_light.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2971757

Please sign in to comment.