From 5befb17024c58d726b29e033aa1b54c44fc945e2 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Fri, 9 Apr 2021 15:27:26 +0100 Subject: [PATCH] add missing files --- small_jtag_test/.gitignore | 2 ++ small_jtag_test/idcode.svf | 4 ++++ 2 files changed, 6 insertions(+) create mode 100644 small_jtag_test/idcode.svf diff --git a/small_jtag_test/.gitignore b/small_jtag_test/.gitignore index 6e4bc45..26487d9 100644 --- a/small_jtag_test/.gitignore +++ b/small_jtag_test/.gitignore @@ -1,5 +1,7 @@ add.cpp add.v +add_ghdl.cpp +*.vst tb *.o .*.sw? diff --git a/small_jtag_test/idcode.svf b/small_jtag_test/idcode.svf new file mode 100644 index 0000000..994e9c8 --- /dev/null +++ b/small_jtag_test/idcode.svf @@ -0,0 +1,4 @@ +!Loading device with 'idcode' instruction. +SIR 4 TDI (1); +SDR 32 TDI (00000000) TDO (000018FF) ; + -- 2.30.2