mirror of https://github.com/openXC7/prjxray.git
BITONLY
Signed-off-by: John McMaster <johndmcmaster@gmail.com>
This commit is contained in:
parent
5fe439765d
commit
bbb6d5b4a2
|
|
@ -4,6 +4,9 @@ QUICK=N
|
|||
# Skip metadata steps like tile and part generation
|
||||
# Ex: FUZZONLY=N: 30 min, FUZZONLY=Y: 6 min
|
||||
FUZZONLY=N
|
||||
# 074 fuzzer isn't changed often and is slow
|
||||
# Allow building without it
|
||||
BITONLY=N
|
||||
|
||||
define fuzzer
|
||||
all:: $(1)/run.ok
|
||||
|
|
@ -44,10 +47,12 @@ $(eval $(call fuzzer,057-bipips,056-rempips))
|
|||
ifneq ($(QUICK),Y)
|
||||
$(eval $(call fuzzer,058-hclkpips,056-rempips))
|
||||
$(eval $(call fuzzer,071-ppips,057-bipips 058-hclkpips))
|
||||
ifneq ($(BITONLY),Y)
|
||||
$(eval $(call fuzzer,072-ordered_wires,))
|
||||
$(eval $(call fuzzer,073-get_counts,))
|
||||
$(eval $(call fuzzer,074-dump_all,072-ordered_wires))
|
||||
endif
|
||||
endif
|
||||
$(eval $(call fuzzer,100-dsp-mskpat,005-tilegrid))
|
||||
|
||||
quick:
|
||||
|
|
|
|||
Loading…
Reference in New Issue