Merge pull request #535 from litghost/increase_n_per_loop

Increase solved PIPs per loop to 50.
This commit is contained in:
litghost 2019-01-17 12:18:11 -08:00 committed by GitHub
commit 0b788e8b7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 2 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

View File

@ -1,4 +1,4 @@
TODO_N ?= 10
TODO_N ?= 50
# Number of spcimens
ifeq ($(QUICK),Y)
N = 1