mirror of https://github.com/openXC7/prjxray.git
Increase CLB match requirement.
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
This commit is contained in:
parent
3f2305c542
commit
cfdacdd193
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue