-
Notifications
You must be signed in to change notification settings - Fork 20
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
base: multi-cgra-ui
Are you sure you want to change the base?
Multi cgra UI #72
Conversation
@@ -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)] |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tancheng i think the branch is forked from https://github.com/tancheng/CGRA-Flow/blob/refactor_data_model_multi_ui/cgra_multi_param.py ?
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Got it.
No description provided.