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:
2
Makefile
2
Makefile
@@ -218,7 +218,7 @@ trace: ../project.cfg $(BITFILE)
|
|||||||
@echo "\n\e[1;33m============ Reports.. ===========\e[m\n"
|
@echo "\n\e[1;33m============ Reports.. ===========\e[m\n"
|
||||||
@echo "\e[1;97m===== Timing Summary Report ======\e[m"
|
@echo "\e[1;97m===== Timing Summary Report ======\e[m"
|
||||||
@cp ./$(BUILD_DIR)/$(PROJECT).twr $(REPORT_DIR)/$(PROJECT).TimingReport
|
@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
|
test: buildtest runtest
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user