Correct path for Timing Report echo in Makefile

- Modified the echo command in the trace target to display the correct path of the Timing Report within the REPORT_DIR, enhancing accuracy in log messages.
This commit is contained in:
2024-03-25 19:23:24 +01:00
parent 63140660a3
commit 9e1255568e

View File

@@ -218,7 +218,7 @@ trace: ../project.cfg $(BITFILE)
@echo "\n\e[1;33m============ Reports.. ===========\e[m\n"
@echo "\e[1;97m===== Timing Summary Report ======\e[m"
@cp ./$(BUILD_DIR)/$(PROJECT).twr $(REPORT_DIR)/$(PROJECT).TimingReport
@echo "\e[1;35m ./$(BUILD_DIR)/$(PROJECT).twr\e[m\n"
@echo "\e[1;35m ./$(REPORT_DIR)/$(PROJECT).TimingReport\e[m\n"
test: buildtest runtest