Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add default cmdline opts as test_cgra_universal method changed #45

Merged
merged 1 commit into from
Dec 12, 2024

Conversation

yuqisun
Copy link
Collaborator

@yuqisun yuqisun commented Dec 12, 2024

Refer to: Commit a7a478a in CGRATemplateRTL_test.py

to fix issue below when 'Generate Sverilog' from GUI:

Exception in Tkinter callback
Traceback (most recent call last):
  File "/home/syq/anaconda3/envs/py39/lib/python3.9/tkinter/__init__.py", line 1892, in __call__
	return self.func(*args)
  File "/home/syq/anaconda3/envs/py39/lib/python3.9/site-packages/customtkinter/windows/widgets/ctk_button.py", line 554, in _clicked
	self._command()
  File "/home/syq/cgra/CGRA-Flow/build/../mode_dark_light.py", line 967, in clickGenerateVerilog
	test_cgra_universal(paramCGRA = paramCGRA)
TypeError: test_cgra_universal() missing 1 required positional argument: 'cmdline_opts'

@tancheng tancheng merged commit 168b5bf into tancheng:master Dec 12, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants