From 8922a5c53249a56d52831a36eef5e1b9bcb4be6c Mon Sep 17 00:00:00 2001 From: Joanna Brozek Date: Wed, 22 Apr 2020 12:59:29 +0200 Subject: [PATCH] counter_test: Redirect noisy logs Signed-off-by: Joanna Brozek --- counter_test/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/counter_test/Makefile b/counter_test/Makefile index a57dea9..ed6bbaa 100644 --- a/counter_test/Makefile +++ b/counter_test/Makefile @@ -20,10 +20,10 @@ ${BUILDDIR}/${TOP}.net: ${BUILDDIR}/${TOP}.eblif cd ${BUILDDIR} && pack -e ${TOP}.eblif -d ${DEVICE} ${BUILDDIR}/${TOP}.place: ${BUILDDIR}/${TOP}.net - cd ${BUILDDIR} && place -e ${TOP}.eblif -d ${DEVICE} -p ${PCF} -n ${TOP}.net -P ${PARTNAME} + cd ${BUILDDIR} && place -e ${TOP}.eblif -d ${DEVICE} -p ${PCF} -n ${TOP}.net -P ${PARTNAME} 2>&1 > /dev/null ${BUILDDIR}/${TOP}.route: ${BUILDDIR}/${TOP}.place - cd ${BUILDDIR} && route -e ${TOP}.eblif -d ${DEVICE} + cd ${BUILDDIR} && route -e ${TOP}.eblif -d ${DEVICE} 2>&1 > /dev/null ${BUILDDIR}/${TOP}.fasm: ${BUILDDIR}/${TOP}.route cd ${BUILDDIR} && write_fasm -e ${TOP}.eblif -d ${DEVICE}