tum-ei-eda / etiss

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

Benchmarking: Add test for translation performance #95

Closed rafzi closed 3 months ago

rafzi commented 2 years ago

The current ones only test performance of the translated code.

Something like the following should be fine

.global main
main:
  .rept 10000000
  nop
  .endr
  li a0, 0
  ret