Increase CLB match requirement.

Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
This commit is contained in:
Keith Rothman 2019-01-16 07:54:36 -08:00
parent 3f2305c542
commit cfdacdd193
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ endif
build/segbits_clbx.rdb: $(SPECIMENS_OK)
${XRAY_SEGMATCH} -o build/segbits_clbx.rdb $(SEGDATAS)
${XRAY_SEGMATCH} -m 2 -M 2 -o build/segbits_clbx.rdb $(SEGDATAS)
build/segbits_clbx.db: build/segbits_clbx.rdb
ifeq ($(CLB_DBFIXUP),Y)