tum-ei-eda / seal5

Seal5 - Semi-automated LLVM Support for RISC-V Extensions including Autovectorization
https://tum-ei-eda.github.io/seal5/
Apache License 2.0
8 stars 3 forks source link

Refactor Hierachy of Example Files #90

Open PhilippvK opened 1 month ago

PhilippvK commented 1 month ago

Currently I put test files in examples/tests (https://github.com/tum-ei-eda/seal5/tree/main/examples/tests).

We should either move the file to a subdirectory there or refactor everything to be consistent.

Instead of examples/{cdsl,cfg,tests}/{rv_example,...} we could go for examples/{common,rv_example,...}/{cdsl,cfg,tests}

_Originally posted by @PhilippvK in https://github.com/tum-ei-eda/seal5/pull/85#discussion_r1601649252_