From 38c03a803932297462d6f6fd13dc3a3f938de4cd Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Tue, 22 Sep 2020 17:12:35 +0100 Subject: [PATCH] add openocd.cfg experiment --- src/soc/litex/florent/openocd.cfg | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/soc/litex/florent/openocd.cfg diff --git a/src/soc/litex/florent/openocd.cfg b/src/soc/litex/florent/openocd.cfg new file mode 100644 index 00000000..a3c7084a --- /dev/null +++ b/src/soc/litex/florent/openocd.cfg @@ -0,0 +1,15 @@ + +interface remote_bitbang +remote_bitbang_port 44853 +remote_bitbang_host localhost + +# this should be irlen=4 +jtag newtap libresoc tap -irlen 4 -irmask 0xf -ircapture 0xf -expected-id 0x000018ff + +#set _TARGETNAME libresoc.tap +#target create $_TARGETNAME.0 ppc64 -chain-position $_TARGETNAME -rtos hwthread + +# Configure work area in on-chip SRAM +#$_TARGETNAME.0 configure -work-area-phys 0x80000000 \ +# -work-area-size 1000 -work-area-backup 0 + -- 2.30.2