From: Luke Kenneth Casson Leighton Date: Tue, 23 Aug 2022 11:40:34 +0000 (+0100) Subject: start list of simulators X-Git-Tag: opf_rfc_ls005_v1~785 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=07fa830674ae5dfa8d6e85c7549fc0b1e249e928;p=libreriscv.git start list of simulators --- diff --git a/openpower/simulators.mdwn b/openpower/simulators.mdwn new file mode 100644 index 000000000..b348a7d98 --- /dev/null +++ b/openpower/simulators.mdwn @@ -0,0 +1,7 @@ +# List of Simulators and features + +| Name | Cycle-accurate | Speed | Parallel | Memory-usage | 32-bit | 64-bit | FP | SIMD | Bare-metal | Hypervisor | XICS/Interrupts | +|------------------|----------------|-------|----------|--------------|--------|--------|------|------|------------|------------|-----------------| +| gem5 | yes | 20k/s?| no | insane | yes | yes | no | no | no | no | no | +| gem5-experimental| yes | 20k/s?| no | insane | yes | yes | no | no | yes | no | yes | +| gem5-virginiatech| yes | 20k/s?| no | insane | yes | yes | no | TODO | no | no | no |