mirror of https://github.com/openXC7/prjxray.git
054-pip-fan-alt: add solution of BYP_ALT.GFAN PIPs
Signed-off-by: Tomasz Michalak <tmichalak@antmicro.com>
This commit is contained in:
parent
bb85f572c4
commit
c91ca7cf7f
|
|
@ -1,5 +1,4 @@
|
||||||
#MAKETODO_FLAGS=--re "^INT_[LR].(?!IMUX)[^\.]+.\.GFAN[0-9]$$"
|
MAKETODO_FLAGS=--re "^INT_[LR].(FAN|BYP)_ALT[0-9]\.GFAN[0-9]$$"
|
||||||
MAKETODO_FLAGS=--re "^INT_[LR].FAN_ALT.*GFAN"
|
|
||||||
GENERATE_FLAGS=--todo ../todo.txt
|
GENERATE_FLAGS=--todo ../todo.txt
|
||||||
N = 48
|
N = 48
|
||||||
SEGMATCH_FLAGS=-m 30 -M 45 -c 2
|
SEGMATCH_FLAGS=-m 30 -M 45 -c 2
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
# Fuzzer for the ALT_FAN.*GFAN PIPs
|
Fuzzer for the FAN_ALT.*GFAN PIPs and BYP_ALT.*GFAN PIPs
|
||||||
|
---------------------------------
|
||||||
|
|
||||||
This fuzzer solves the ALT_FAN.GFAN PIPs which had collisions with the GFAN PIPs.
|
This fuzzer solves the FAN_ALT.GFAN PIPs which had collisions with the GFAN PIPs as well as the BYP_ALT.GFAN PIPs.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue