xc7/counter_test: f4pga -vv build

Signed-off-by: Unai Martinez-Corral <umartinezcorral@antmicro.com>
This commit is contained in:
Unai Martinez-Corral 2022-08-18 22:09:14 +02:00
parent f057468f41
commit 39d765511a
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ ifdef F4PGA_USE_DEPRECATED
XDC := ${current_dir}/arty.xdc XDC := ${current_dir}/arty.xdc
else else
build: build:
f4pga build --flow ./flow.json f4pga -vv build --flow ./flow.json
endif endif
else ifeq ($(TARGET),arty_100) else ifeq ($(TARGET),arty_100)
XDC := ${current_dir}/arty.xdc XDC := ${current_dir}/arty.xdc