-
Notifications
You must be signed in to change notification settings - Fork 10
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
Report tile utilization with DVFS info #29
Conversation
add DVFSGen() for showTableI()
…onfigs. Note that minII is minimum II in all positive IIs, excluding 0.Add more comments in ICEDdemo.py. Update demo.sh.
It seems that the folder /test/kernels is only useful in ICEDdeom.py. You already have CGRA-Benchmark in your CGRA-Flow and the 'fileSource' of ICEDdemo.py can be replaced with any folder path. Do we need to keep the folder /test/kernels? |
I tried to think about a cleaner way. However, the script hard-coded the path and has the pre-assumption about the file names. In addition, it is also reasonable to keep a set of test.cpp within the test folder, so we won't heavily depend on the cgra-benchmark's content (in case it is updated by itself). In the future, our verification of the cgra-mapper can leverage the test/kernels. |
Hi @HobbitQia, can u plz help take a look at the failed test? Does it look like this time the offset of 2 is unnecessary? |
u r right. I checked the opcode count in line 650-660 and I thought their original opcodes are correct. So this time we should set this paramter to be 0.🤔 |
I saw u change the directory names from |
Right, I recognized that but forgot to push my fix. Thanks! |
No description provided.