Remove TODO_N from 051 and add back TODO_N=10 for 052 to prevent unroutability.

Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
This commit is contained in:
Keith Rothman 2019-01-16 14:57:53 -08:00
parent 21ffca87d2
commit 232d88f880
2 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,3 @@
MAKETODO_FLAGS=--re "^INT_[LR].IMUX(_L)?[0-9]+\.LOGIC_OUTS(_L)?[0-9]+$$"
TODO_N=50
include ../int_loop.mk

View File

@ -1,3 +1,4 @@
MAKETODO_FLAGS=--re "^INT_[LR].CLK"
TODO_N = 10
include ../int_loop.mk