From: Luke Kenneth Casson Leighton Date: Tue, 22 Sep 2020 16:12:35 +0000 (+0100) Subject: add openocd.cfg experiment X-Git-Tag: 24jan2021_ls180~348 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=38c03a803932297462d6f6fd13dc3a3f938de4cd;p=soc.git add openocd.cfg experiment --- 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 +