Conversation
gui was using paramCGRA.json.
| } | ||
|
|
||
| ifstream paramCGRA("./param.json"); | ||
| ifstream paramCGRA("./paramCGRA.json"); |
There was a problem hiding this comment.
Hmm, can we just align with param.json?
There was a problem hiding this comment.
But the paramCGRA.json used in CGRA-Mapper may be a little confused.
There was a problem hiding this comment.
@richardissuperman can we try to use param.json inside the gui?
There was a problem hiding this comment.
Hi, I have done this in UI side as mentioned in #52 but still mapping issue so didn't check in yet, Qing can try from your side also.
There was a problem hiding this comment.
@yuqisun sorry im a bit confused, what is the ultimate goal here ? param.json or paramCGRA.json ?
There was a problem hiding this comment.
@yuqisun @richardissuperman plz align with param.json
There was a problem hiding this comment.
Think we can do this in GUI side directly in case causing issue in MM's mapper script. WDYT @richardissuperman ?
move debugging/theme into doc dir
gui was using paramCGRA.json.