From 5d0abc5e835cb0f65e49f3f18d0b358a35309540 Mon Sep 17 00:00:00 2001 From: lkcl Date: Fri, 22 Jan 2021 14:02:22 +0000 Subject: [PATCH] --- openpower/sv/implementation.mdwn | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/openpower/sv/implementation.mdwn b/openpower/sv/implementation.mdwn index 9a5f6e629..b8230f3ea 100644 --- a/openpower/sv/implementation.mdwn +++ b/openpower/sv/implementation.mdwn @@ -7,3 +7,15 @@ one at a time. Links: * + +# Code to convert + +There are three projects: + +* TestIssuer (the HDL) +* ISACaller (the python-based simulator) +* power-gem5 (a cycle accurate simulator) + +Each of these needs to have SV augmentation, and the best way to +do it is if they are all done at the same time, implementing the same +incremental feature. -- 2.30.2