Skip to content

Multi cgra UI #72

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

Open
wants to merge 19 commits into
base: multi-cgra-ui
Choose a base branch
from
Open

Conversation

yuqisun
Copy link
Collaborator

@yuqisun yuqisun commented Jun 23, 2025

No description provided.

@@ -5,7 +5,8 @@ class MultiCGRAParam:
def __init__(self, rows, cols, golbalWidgets):
self.rows = rows
self.cols = cols
self.cgras = [[CGRAParam(ROWS, COLS, CONFIG_MEM_SIZE, DATA_MEM_SIZE, golbalWidgets) for c in range(cols)] for r in range(rows)]
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Where these ROWS/COLS come from? And is this cgra_multi_param.py newly added?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks. @yuqisun @richardissuperman let's put the util/consts into a util/common folder/directory later as cleanup.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Got it.

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.

3 participants