# Implementation This page covers and coordinates implementing SV. The basic concept is to go step-by-step through the [[sv/overview]] adding each feature, one at a time. Links: * * python-based svp64 assembler translator * gcc/binutils/svp64 * gem5 / ISACaller simulator # 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. # Critical tasks These are prerequisite tasks: * power-gem5 automanagement, similar to pygdbmi for starting qemu - found this just use pygdbmi - needs remote gdb first https://github.com/gem5/gem5/blob/stable/src/arch/riscv/remote_gdb.cc * c++, c and python macros for generating [[sv/svp64]] assembler (svp64 prefixes) People coordinating different tasks. This doesn't mean exclusive work on these areas it just means they are the "coordinator" and lead: * Lauri: * Jacob: C/C++ header for using SV through inline assembly * Cesar: TestIssuer FSM * Alain: power-gem5 * Cole: * Luke: ISACaller, python-assembler-generator-class * Tobias: * Alexandre: binutils-svp64-assembler