mirror of https://github.com/openXC7/prjxray.git
Add column 30 filter.
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
This commit is contained in:
parent
4ccb89307a
commit
fe66a5d22a
|
|
@ -24,7 +24,7 @@ BITFILTERS = {
|
||||||
('artix7', 'INT'):
|
('artix7', 'INT'):
|
||||||
Bitfilter(
|
Bitfilter(
|
||||||
frames_to_exclude=[
|
frames_to_exclude=[
|
||||||
31,
|
30, 31,
|
||||||
],
|
],
|
||||||
bits_to_exclude=[
|
bits_to_exclude=[
|
||||||
#
|
#
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue