From 38cfa5cc5ed3efa00b869d624ddc62e95cb9da3a Mon Sep 17 00:00:00 2001 From: Christopher Haster Date: Sat, 4 Oct 2025 23:41:08 -0500 Subject: [PATCH] scripts: dbgtag.py: Fixed overlooked LFSR -> LFS3 prefix Not sure how this was missed, but tags should start with LFS3_ now. --- scripts/dbgtag.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/dbgtag.py b/scripts/dbgtag.py index 9b7df928..86ca6df9 100755 --- a/scripts/dbgtag.py +++ b/scripts/dbgtag.py @@ -245,12 +245,12 @@ def list_tags(): # find widths for alignment w = [0] for n, t, c in tags: - w[0] = max(w[0], len('LFSR_'+n)) + w[0] = max(w[0], len('LFS3_'+n)) # print for n, t, c in tags: print('%-*s %s' % ( - w[0], 'LFSR_'+n, + w[0], 'LFS3_'+n, c)) def dbg_tags(data, *,