From 07fa830674ae5dfa8d6e85c7549fc0b1e249e928 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Tue, 23 Aug 2022 12:40:34 +0100 Subject: [PATCH] start list of simulators --- openpower/simulators.mdwn | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 openpower/simulators.mdwn 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 | -- 2.30.2