* power-gem5 automanagement, similar to pygdbmi for starting qemu
- found this <https://www.gem5.org/documentation/general_docs/debugging_and_testing/debugging/debugging_simulated_code>
just use pygdbmi
- - needs remote gdb first https://github.com/gem5/gem5/blob/stable/src/arch/riscv/remote_gdb.cc
+ - remote gdb should work <https://github.com/power-gem5/gem5/blob/gem5-experimental/src/arch/power/remote_gdb.cc>
* c++, c and python macros for generating [[sv/svp64]] assembler
(svp64 prefixes)
- python svp64 underway, minimalist sufficient for FU unit tests