CGRA-Flow icon indicating copy to clipboard operation
CGRA-Flow copied to clipboard

CGRA-Flow is an integrated framework for CGRA compilation, exploration, synthesis, and development.

Results 11 CGRA-Flow issues
Sort by recently updated
recently updated
newest added

- [ ] Need to avoid combinational loop caused by the `for` statement in the `always` block. - [ ] Current support of predication only allows one predication-based operation mapped...

Hi,Tan: Recently, I read the paper ''AURORA: Automated Refinement of Coarse-Grained Reconfigurable Accelerators''. In the paper, you mentioned a performance model. The calculation of Tcomp in this model bothers me...

Hi, cheng, Recently, when I was running CGRA-FLOW, I discovered that when I change the function unit of each tile, the entire CGRA array becomes a heterogeneous form. When I...

I use the docker image. Here's my code: ``` int a[10], b[10], c[10]; __attribute__((noinline)) void test() { for (int i = 0; i < 10; i++) { c[i] = a[i]...

Hi, Mr Tan. I made some adjustments to the GUI interface and added a black border to each panel to make them look better. Here are the next GUI optimization...

Hi tancheng, I am particularly interested in the application of Graph convolutional networks(GCNs) described in your paper. It may be a bit presumptuous, but I would like to have the...

Added a new file [launchUI_custom.py] with CustomTkinter UI style. Docker Image: yuqisun/cgra-flow-win