diff --git a/mk/FTB.mk b/mk/FTB.mk index 3cc1968..ec301eb 100644 --- a/mk/FTB.mk +++ b/mk/FTB.mk @@ -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} diff --git a/mk/ITTAGE.mk b/mk/ITTAGE.mk index 6e257cc..68669a4 100644 --- a/mk/ITTAGE.mk +++ b/mk/ITTAGE.mk @@ -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} diff --git a/mk/RAS.mk b/mk/RAS.mk index ffd6bf0..c6a1a13 100644 --- a/mk/RAS.mk +++ b/mk/RAS.mk @@ -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} diff --git a/mk/Tage.mk b/mk/Tage.mk index dd00ff1..8a3c95d 100644 --- a/mk/Tage.mk +++ b/mk/Tage.mk @@ -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} diff --git a/mk/uFTB.mk b/mk/uFTB.mk index f9d1f50..9a07d48 100644 --- a/mk/uFTB.mk +++ b/mk/uFTB.mk @@ -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}