From 73db85eea3504d74b043fd202cfa261b0ece3ec5 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Wed, 16 Feb 2022 14:15:58 +0000 Subject: [PATCH] add openocd load command for ecp5 --- README.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.txt b/README.txt index e9606ef..0bd83af 100644 --- a/README.txt +++ b/README.txt @@ -1 +1,3 @@ python3 src/ls2.py versa_ecp5 ./hello_world/hello_world.bin +openocd -f top-openocd.cfg \ + -c "transport select jtag; init; svf -quiet top.svf; exit" -- 2.30.2