StanfordAHA / CGRAFlow

Integration test for entire CGRA flow
BSD 3-Clause "New" or "Revised" License
12 stars 2 forks source link

New IO interface and SMT cleanup #73

Closed Kuree closed 6 years ago

Kuree commented 6 years ago
  1. Changed run_tbg.csh interface because some design changes, such as taking IO json directly instead of hardcoding it in the bsbuilder.
  2. Remove SMT-based PnR since it no longer supports the new IO interface.

Note: Currently it uses dev branches in corresponding repos. I will change them back to master banchs once they're merged to their masters.

Kuree commented 6 years ago

Unit tests on Halide op have passed end-to-end tests, except for those that cannot be mapped properly. See: https://github.com/Kuree/cgra_test#status

@leonardt Do you want to merge cgra_test into CGRAFlow or do you want to keep them seperate?