mirror of https://github.com/openXC7/prjxray.git
Merge pull request #512 from litghost/increase_n_for_clb_mux
Increase N for NFFMUX and NOUTMUX to prevent false matches.
This commit is contained in:
commit
e7d31b064f
|
|
@ -1,4 +1,4 @@
|
|||
N := 1
|
||||
N := 3
|
||||
CLB_DBFIXUP=Y
|
||||
include ../clb.mk
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
N := 1
|
||||
N := 3
|
||||
CLB_DBFIXUP=Y
|
||||
include ../clb.mk
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue