Skip to content

Commit 2644685

Browse files
committed
fix[hardware_predict]: file based makefile, fix make run
1 parent 84f7eae commit 2644685

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
@@ -132,7 +132,7 @@ else
132132
@echo "Setting XCL_EMULATION_MODE to $(TARGET)"
133133
$(eval EMULATION_MODE := XCL_EMULATION_MODE=$(TARGET))
134134
endif
135-
@cd firmware && $(EMULATION_MODE) ../host ../$(BUILD_DIR)/$(WRAPPER_NAME).xclbin $(PROFILING_DATA_REPEAT_COUNT)
135+
$(EMULATION_MODE) ./host -x ./$(BUILD_DIR)/$(WRAPPER_NAME).xclbin $(PROFILING_DATA_REPEAT_COUNT)
136136

137137
# Cleanup #####################################################################
138138

0 commit comments

Comments
 (0)