mirror of https://github.com/openXC7/prjxray.git
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:
parent
5f7ca79667
commit
aaa5544622
|
|
@ -23,16 +23,16 @@ STR = "STR"
|
||||||
|
|
||||||
def bitfilter_gtx_channel_x(frame, bit):
|
def bitfilter_gtx_channel_x(frame, bit):
|
||||||
# Filter out interconnect bits.
|
# Filter out interconnect bits.
|
||||||
# if frame not in [28, 29, 30, 31]:
|
if frame not in [28, 29, 30, 31]:
|
||||||
# return False
|
return False
|
||||||
|
|
||||||
return True
|
return True
|
||||||
|
|
||||||
|
|
||||||
def bitfilter_gtx_channel_x_mid(frame, bit):
|
def bitfilter_gtx_channel_x_mid(frame, bit):
|
||||||
# Filter out interconnect bits.
|
# Filter out interconnect bits.
|
||||||
#if frame not in [0, 1, 2, 3]:
|
if frame not in [0, 1, 2, 3]:
|
||||||
# return False
|
return False
|
||||||
|
|
||||||
return True
|
return True
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue