fuzzers/064-gtx-channel-conf: re-enable bit filter, to get the IN_USE solution

Signed-off-by: Hans Baier <foss@hans-baier.de>
This commit is contained in:
Hans Baier 2024-11-04 14:20:54 +07:00
parent 5f7ca79667
commit aaa5544622
1 changed files with 4 additions and 4 deletions

View File

@ -23,16 +23,16 @@ STR = "STR"
def bitfilter_gtx_channel_x(frame, bit):
# Filter out interconnect bits.
# if frame not in [28, 29, 30, 31]:
# return False
if frame not in [28, 29, 30, 31]:
return False
return True
def bitfilter_gtx_channel_x_mid(frame, bit):
# Filter out interconnect bits.
#if frame not in [0, 1, 2, 3]:
# return False
if frame not in [0, 1, 2, 3]:
return False
return True