tum-ei-eda / etiss

Extendable Translating Instruction Set Simulator
https://tum-ei-eda.github.io/etiss/
Other
29 stars 36 forks source link

Use outsourced examples in CI #149

Closed wysiwyng closed 3 months ago

wysiwyng commented 3 months ago

Fixes #148

LLVM 11.1 was also allowed for ETISS to allow LLVM installation via apt on Ubuntu.

The old performance comparisons are omitted for now, they could be added back if desired. Dhrystone benchmarks are still run, the results of which are available in the GitHub Actions artifacts.

PhilippvK commented 3 months ago

@wysiwyng may I ask why not LLVM v16+?

wysiwyng commented 3 months ago

The APIs ETISS uses have changed since LLVM 11.x. The bump here from 11.0.0 to 11.1.0 is only to support the LLVM version available from Ubuntu's software repos.

PhilippvK commented 3 months ago

Thanks for elaborating that. I guess we can open up a (low-prio) ticket to deal with supporting the newer api sometime in the future…