Skip to content

Commit

Permalink
Apply suggestions from code review by Marwan
Browse files Browse the repository at this point in the history
remove display info from make file

Co-authored-by: Marwan Abbas <[email protected]>
  • Loading branch information
M0stafaRady and marwaneltoukhy authored Sep 24, 2023
1 parent 454375c commit db2007c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ $(blocks): % :

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//')
$(info VAR1 is $(cocotb-dv_patterns))
dv-targets-rtl=$(dv_patterns:%=verify-%-rtl)
cocotb-dv-targets-rtl=$(cocotb-dv_patterns:%=cocotb-verify-%-rtl)
dv-targets-gl=$(dv_patterns:%=verify-%-gl)
Expand Down

0 comments on commit db2007c

Please sign in to comment.