From 2d02a12610e283cd1dd62e6044bdac8b5c6065a2 Mon Sep 17 00:00:00 2001 From: Makiras <22570332+Makiras@users.noreply.github.com> Date: Fri, 12 Jul 2024 07:52:35 +0000 Subject: [PATCH] update picker parameters --- mk/FTB.mk | 6 +++--- mk/ITTAGE.mk | 6 +++--- mk/RAS.mk | 6 +++--- mk/Tage.mk | 6 +++--- mk/uFTB.mk | 6 +++--- 5 files changed, 15 insertions(+), 15 deletions(-) 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}