calyxir / calyx

Intermediate Language (IL) for Hardware Accelerator Generators
https://calyxir.org
MIT License
450 stars 44 forks source link

Remove `yxi` backend from `core` tests #1996

Closed nathanielnrn closed 1 month ago

nathanielnrn commented 1 month ago

This removes the yxi backend tests from runt core tests and puts them in their own standalone test. It also moves them from the usual tests/backend/ and puts it into the yxi directory in hopes of eventually moving yxi away from the compiler backend and have it be its own standalone tool.