From fd8578263ddccf575011f14d278b8c1a1292b48d Mon Sep 17 00:00:00 2001 From: Staf Verhaegen Date: Thu, 1 Apr 2021 14:10:07 +0200 Subject: [PATCH] Fix svf file for limited c4m-jtag SVF grammar. --- cocotb/idcode.svf | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/cocotb/idcode.svf b/cocotb/idcode.svf index a9548a1..994e9c8 100644 --- a/cocotb/idcode.svf +++ b/cocotb/idcode.svf @@ -1,7 +1,4 @@ -HIR 5 TDI (1f) SMASK (1f) ; -TDR 0 ; - !Loading device with 'idcode' instruction. -SIR 4 TDI (1) SMASK (f) ; -SDR 32 TDI (00000000) TDO (000018ff) ; +SIR 4 TDI (1); +SDR 32 TDI (00000000) TDO (000018FF) ; -- 2.30.2