forked from OSchip/UnityChipVerification
update picker parameters
This commit is contained in:
parent
5335f43ed1
commit
2d02a12610
|
|
@ -15,7 +15,7 @@ endif
|
|||
_EXAMPLE ?=
|
||||
# if VERBOSE is set, then _VERBOSE is set to -v
|
||||
ifneq ($(VERBOSE), false)
|
||||
_VERBOSE := -v
|
||||
_VERBOSE := --verbose
|
||||
endif
|
||||
_VERBOSE ?=
|
||||
# if WAVE is set, then _WAVEFORM is set to -w
|
||||
|
|
@ -40,6 +40,6 @@ ftb:
|
|||
|
||||
@mkdir -p out
|
||||
rm -rf ${TARGET}
|
||||
picker ${TOP_ENTRY} -f ${TOP_FILES} -l ${TL} -c\
|
||||
-t ${TARGET} ${_WAVEFORM}${_EXAMPLE} ${_VERBOSE}
|
||||
picker export ${TOP_ENTRY} --fs ${TOP_FILES} --lang ${TL} -c\
|
||||
--tdir ${TARGET} ${_WAVEFORM}${_EXAMPLE} ${_VERBOSE}
|
||||
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ endif
|
|||
_EXAMPLE ?=
|
||||
# if VERBOSE is set, then _VERBOSE is set to -v
|
||||
ifneq ($(VERBOSE), false)
|
||||
_VERBOSE := -v
|
||||
_VERBOSE := --verbose
|
||||
endif
|
||||
_VERBOSE ?=
|
||||
# if WAVE is set, then _WAVEFORM is set to -w
|
||||
|
|
@ -40,6 +40,6 @@ ittage:
|
|||
|
||||
@mkdir -p out
|
||||
rm -rf ${TARGET}
|
||||
picker ${TOP_ENTRY} -f ${TOP_FILES} -l ${TL} -c\
|
||||
-t ${TARGET} ${_WAVEFORM}${_EXAMPLE} ${_VERBOSE}
|
||||
picker export ${TOP_ENTRY} --fs ${TOP_FILES} --lang ${TL} -c\
|
||||
--tdir ${TARGET} ${_WAVEFORM}${_EXAMPLE} ${_VERBOSE}
|
||||
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ endif
|
|||
_EXAMPLE ?=
|
||||
# if VERBOSE is set, then _VERBOSE is set to -v
|
||||
ifneq ($(VERBOSE), false)
|
||||
_VERBOSE := -v
|
||||
_VERBOSE := --verbose
|
||||
endif
|
||||
_VERBOSE ?=
|
||||
# if WAVE is set, then _WAVEFORM is set to -w
|
||||
|
|
@ -40,6 +40,6 @@ ras:
|
|||
|
||||
@mkdir -p out
|
||||
rm -rf ${TARGET}
|
||||
picker ${TOP_ENTRY} -f ${TOP_FILES} -l ${TL} -c\
|
||||
-t ${TARGET} ${_WAVEFORM}${_EXAMPLE} ${_VERBOSE}
|
||||
picker export ${TOP_ENTRY} --fs ${TOP_FILES} --lang ${TL} -c\
|
||||
--tdir ${TARGET} ${_WAVEFORM}${_EXAMPLE} ${_VERBOSE}
|
||||
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ endif
|
|||
_EXAMPLE ?=
|
||||
# if VERBOSE is set, then _VERBOSE is set to -v
|
||||
ifneq ($(VERBOSE), false)
|
||||
_VERBOSE := -v
|
||||
_VERBOSE := --verbose
|
||||
endif
|
||||
_VERBOSE ?=
|
||||
# if WAVE is set, then _WAVEFORM is set to -w
|
||||
|
|
@ -40,6 +40,6 @@ tage_sc:
|
|||
|
||||
@mkdir -p out
|
||||
rm -rf ${TARGET}
|
||||
picker ${TOP_ENTRY} -f ${TOP_FILES} -l ${TL} -c\
|
||||
-t ${TARGET} ${_WAVEFORM}${_EXAMPLE} ${_VERBOSE}
|
||||
picker export ${TOP_ENTRY} --fs ${TOP_FILES} --lang ${TL} -c\
|
||||
--tdir ${TARGET} ${_WAVEFORM}${_EXAMPLE} ${_VERBOSE}
|
||||
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ endif
|
|||
_EXAMPLE ?=
|
||||
# if VERBOSE is set, then _VERBOSE is set to -v
|
||||
ifneq ($(VERBOSE), false)
|
||||
_VERBOSE := -v
|
||||
_VERBOSE := --verbose
|
||||
endif
|
||||
_VERBOSE ?=
|
||||
# if WAVE is set, then _WAVEFORM is set to -w
|
||||
|
|
@ -40,6 +40,6 @@ uftb:
|
|||
|
||||
@mkdir -p out
|
||||
rm -rf ${TARGET}
|
||||
picker ${TOP_ENTRY} -f ${TOP_FILES} -l ${TL} -c\
|
||||
-t ${TARGET} ${_WAVEFORM}${_EXAMPLE} ${_VERBOSE}
|
||||
picker export ${TOP_ENTRY} --fs ${TOP_FILES} --lang ${TL} -c\
|
||||
--tdir ${TARGET} ${_WAVEFORM}${_EXAMPLE} ${_VERBOSE}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue