mirror of https://github.com/openXC7/prjxray.git
Put back LEAF filter.
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
This commit is contained in:
parent
90715ab3e4
commit
ef18f0ff78
|
|
@ -7,7 +7,7 @@ TODO_RE=".*"
|
|||
# A BUFR can be used to clock divide if needed
|
||||
# - PHSR PIPs are connected to PHASER sites, which are undocumented, so avoid
|
||||
# for now.
|
||||
EXCLUDE_RE="(^.*BUFMR)|(^.*FREQ_REF)|(^.*PHSR)|(^.*CLK_PLL7)|(^.*CLK_MMCM13)"
|
||||
EXCLUDE_RE="(^.*LEAF)|(^.*BUFMR)|(^.*FREQ_REF)|(^.*PHSR)|(^.*CLK_PLL7)|(^.*CLK_MMCM13)"
|
||||
|
||||
MAKETODO_FLAGS=--sides ",l" --pip-type ${PIP_TYPE} --seg-type ${PIP_TYPE} --re $(TODO_RE) --exclude-re $(EXCLUDE_RE)
|
||||
N = 50
|
||||
|
|
|
|||
Loading…
Reference in New Issue