Skip to content

Commit

Permalink
changed printing message
Browse files Browse the repository at this point in the history
  • Loading branch information
marwaneltoukhy committed Nov 28, 2023
1 parent 9dba6d2 commit 898ac90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ clean_log:
.PHONY: print_message
print_message:
@echo "Setting up caravel_user_project environment..."
@echo "To check for errors, please see setup.log"
@echo "To check for installation logs, please see setup.log"

dv_patterns=$(shell cd verilog/dv && find * -maxdepth 0 -type d)
cocotb-dv_patterns=$(shell cd verilog/dv/cocotb && find . -name "*.c" | sed -e 's|^.*/||' -e 's/.c//')
Expand Down

0 comments on commit 898ac90

Please sign in to comment.