x-heep icon indicating copy to clipboard operation
x-heep copied to clipboard

CI to simulate applications

Open JuanSapriza opened this issue 1 year ago • 1 comments

We would like a CI that actually simulates applications, not only compiles them.

This presents several challenges:

  • Install Verilator on the container.
  • Eventually, if the size of the container grows too much, host the runner ourselves.
  • Modify all apps to make sure they all return at some point, and return a certain value.
  • Warn that running on Verilator does not guarantee working for other configurations.

JuanSapriza avatar May 24 '23 08:05 JuanSapriza