pku-dasys / pillars

An integrated CGRA design framework
MIT License
83 stars 12 forks source link

Question about dfg generation #1

Open LIUQyou opened 3 years ago

LIUQyou commented 3 years ago

Hi,

I am new to CGRA field and I am interested in cgra implementation.

But I have a question, how can we get the dfg.dot from the source code? Is there any method/library/plugin to do this?

Thanks

Liu

g478227411 commented 3 years ago

Thank you for your question. Our dfg.dot are directly available or manually modified from CGRA-ME, so its DFG generator is compatible. However, the generated DFGs from CGRA-ME may not work well for complex algorithms. They may not express the computation correctly. We usually manually write DFGs now. So we are also developing our front-end IR and DFG generator, and maybe it will be released later this year.

Best Regards, Yijiang Guo