Skip to content

Commit fa4a717

Browse files
committed
fixing typo in makefile writer
1 parent dec64aa commit fa4a717

File tree

1 file changed

+1
-1
lines changed
  • hls4ml/templates/vitis_accelerator

1 file changed

+1
-1
lines changed

hls4ml/templates/vitis_accelerator/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ myproject_kernel.xclbin: ./myproject_kernel.xsa
1818
v++ --package -t hw --config ./accelerator_card.cfg ./myproject_kernel.xsa -o myproject_kernel.xclbin
1919
else
2020
myproject_kernel.xclbin: ./myproject_kernel.xo
21-
v++ -l -t hw --config ./accelerator_card.cfg ./myproject_kernel.o -o myproject_kernel.xclbin
21+
v++ -l -t hw --config ./accelerator_card.cfg ./build/myproject_kernel.xo -o myproject_kernel.xclbin
2222
endif
2323

2424
emconfig.json:

0 commit comments

Comments
 (0)