From 9d09d6eddd838dc7720118a13772b980107c7399 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Fri, 29 Nov 2019 22:49:04 +0100 Subject: decoders: Use a slightly more consistent/logical annotation row setup. Generally show "bits" and other smaller annotations in rows that come before "larger" annotations (in later rows). --- decoders/jtag_ejtag/pd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'decoders/jtag_ejtag') diff --git a/decoders/jtag_ejtag/pd.py b/decoders/jtag_ejtag/pd.py index f16f0b4..5a537c9 100644 --- a/decoders/jtag_ejtag/pd.py +++ b/decoders/jtag_ejtag/pd.py @@ -207,9 +207,9 @@ class Decoder(srd.Decoder): ) annotation_rows = ( ('instructions', 'Instructions', (0,)), - ('regs', 'Registers', regs_items['rows_range']), ('control_fields_in', 'Control fields in', (10,)), ('control_fields_out', 'Control fields out', (11,)), + ('regs', 'Registers', regs_items['rows_range']), ('pracc', 'PrAcc', (12,)), ) -- cgit v1.2.3-70-g09d2