(no commit message)
authorlkcl <lkcl@web>
Sun, 24 Jan 2021 11:06:55 +0000 (11:06 +0000)
committerIkiWiki <ikiwiki.info>
Sun, 24 Jan 2021 11:06:55 +0000 (11:06 +0000)
openpower/sv/implementation.mdwn

index df5a14c311f2cfaef706a9e5315cdb4482159c38..5cc0eec158890141fe80a58ec8cceff059253db0 100644 (file)
@@ -35,7 +35,7 @@ These are prerequisite tasks:
 * 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