From 0eac71499adc6e046685dc85d980d227fa23a2a8 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Wed, 8 Jan 2020 22:41:08 +0100 Subject: cjtag: Use plural for annotation row IDs/names. --- decoders/cjtag/pd.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'decoders') diff --git a/decoders/cjtag/pd.py b/decoders/cjtag/pd.py index a5c398e..912f072 100644 --- a/decoders/cjtag/pd.py +++ b/decoders/cjtag/pd.py @@ -89,8 +89,8 @@ class Decoder(srd.Decoder): ('bits-tdo', 'Bits (TDO)', (17,)), ('bitstrings-tdi', 'Bitstrings (TDI)', (18,)), ('bitstrings-tdo', 'Bitstrings (TDO)', (19,)), - ('bit-tms', 'Bit (TMS)', (20,)), - ('state-tapc', 'TAPC state', (21,)), + ('bits-tms', 'Bits (TMS)', (20,)), + ('states-tapc', 'TAPC states', (21,)), ('states', 'States', tuple(range(15 + 1))), ) -- cgit v1.2.3-70-g09d2