ethanuppal / pulsar

Programming language for building hardware accelerators.
Other
1 stars 0 forks source link

Add CI/testing for calyx backend #5

Open ethanuppal opened 1 month ago

ethanuppal commented 1 month ago

...as this is the only way currently to perform end-to-end tests. Once this issue in the calyx compiler driver is resolved, there should be a testing setup for working with the input and output formats that calyx deals with as well as the commands needed to script the compilation process.

ethanuppal commented 1 month ago

Somewhat done by harness generation, but it is very messy and slow.

ethanuppal commented 1 month ago

Idea: use the docker image to prevent recloning/rebuilding calyx in CI