From 39d765511ac94e8d60ecfd488b5e422c414a1c0b Mon Sep 17 00:00:00 2001 From: Unai Martinez-Corral Date: Thu, 18 Aug 2022 22:09:14 +0200 Subject: [PATCH] xc7/counter_test: f4pga -vv build Signed-off-by: Unai Martinez-Corral --- xc7/counter_test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xc7/counter_test/Makefile b/xc7/counter_test/Makefile index 0d8ba5e..0548645 100644 --- a/xc7/counter_test/Makefile +++ b/xc7/counter_test/Makefile @@ -7,7 +7,7 @@ ifdef F4PGA_USE_DEPRECATED XDC := ${current_dir}/arty.xdc else build: - f4pga build --flow ./flow.json + f4pga -vv build --flow ./flow.json endif else ifeq ($(TARGET),arty_100) XDC := ${current_dir}/arty.xdc