Skip to content

Commit

Permalink
added includes directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Marwan Abbas committed Feb 22, 2022
1 parent d99dcd5 commit 0f93045
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion verilog/dv/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ $(DV_PATTERNS): verify-% :

clean: ${PATTERNS}
for i in ${PATTERNS}; do \
( cd $$i && make clean ) ; \
( cd $$i && \rm -f *.elf *.hex *.bin *.vvp *.log *.vcd *.lst *.hexe ) ; \
done
rm -rf *.log

Expand Down
3 changes: 3 additions & 0 deletions verilog/includes/includes.gl+sdf.caravel_user_project
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
// Caravel user project includes
$USER_PROJECT_VERILOG/gl/user_project_wrapper.v
$USER_PROJECT_VERILOG/gl/user_proj_example.v
3 changes: 3 additions & 0 deletions verilog/includes/includes.gl.caravel_user_project
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Caravel user project includes
-v $(USER_PROJECT_VERILOG)/gl/user_project_wrapper.v
-v $(USER_PROJECT_VERILOG)/gl/user_proj_example.v
5 changes: 5 additions & 0 deletions verilog/includes/includes.rtl.caravel_user_project
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Caravel user project includes
-v $(USER_PROJECT_VERILOG)/rtl/user_project_wrapper.v
-v $(USER_PROJECT_VERILOG)/rtl/user_proj_example.v


0 comments on commit 0f93045

Please sign in to comment.