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