Cheng Tan
Cheng Tan
Glad to know you can generate Verilog. There is no tutorial currently but I would like to provide you some hints about how to compile it. 1. You can build...
Hi Siberia-yuan, Thanks for your interest. Which version are you in? I got 0x4b instead of 0x12 from the latest version. - How to indicate a live out in FL:...
If you really want to use FL, we have to add the support for the param changes in the FL, which might take some time. Another idea is just wrapping...
Hi, Here is an [example](https://github.com/pnnl/OpenCGRA/blob/a45d287e8dba28dedf298ed40d45d1ad3c521217/systolic/test/SystolicCL_test.py#L108) to show how to provide the control signals to a target CGRA design. And you can run this test to see the simulation output. Each...
Thanks for trying out the test. flexiblefurtl's send_out_msg depends on recv signals in general. But when it is ld_const, it should [only depends on recv_opt](https://github.com/pnnl/OpenCGRA/blob/a45d287e8dba28dedf298ed40d45d1ad3c521217/fu/single/MemUnitRTL.py#L96). `__tmpvar__update_signal_in_dir` is only used as...
Hi, thanks for the effort~! How about setting the **element__recv_const__en** as 1 in the tiles who perform **LD_CONST**. The problem is for the RTL model, I didn't provide **ConstQueue** (I...
I am looking into this and will try to make your case work by the end of this week.
Hi @Shainisore Sorry for the delay. I have made some changes to make the [RTL model connect with ConstQueue](https://github.com/pnnl/OpenCGRA/commit/2add2a4f04561ec696e24febe5eacd69338cb62e). I also provided a [RTL test for FIR kernel](https://github.com/pnnl/OpenCGRA/blob/master/cgra/test/CGRARTL_FIR_test.py). You can...
Hi halfmanli, Thanks for your interest in the toolchain. That's a good question! Though in the C code you might not see dependency in the computation of `c = a...
Hi, you can try the docker provided in https://github.com/tancheng/CGRA-Flow or follow the instructions in https://github.com/tancheng/VectorCGRA Let me know if those work for you. You can raise issues in those repos.