Skip to content

Commit

Permalink
modified: Makefile
Browse files Browse the repository at this point in the history
modified:   sub/common
modified:   sub/sv-genesis
  • Loading branch information
foez-ahmed committed Sep 22, 2024
1 parent f8fe8cc commit 0ae4741
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -550,8 +550,8 @@ repo_update: ss_print .gitmodules ci_run base_repo_init rtl_model.sv tb_model.sv
@mkdir -p ./rtl/__no_upload__
@mkdir -p ./intf/__no_upload__
@mkdir -p ./inc/__no_upload__
@mkdir -p ./inc/vip/
@cp ./sub/sv-genesis/tb_ess.sv ./inc/vip/
@mkdir -p ./inc/vip/__no_upload__
@echo "# WARNING FILES THIS FOLDER IS NOT UPLOADED" > ./inc/vip/__no_upload__/readme.md
@echo "# WARNING FILES THIS FOLDER IS NOT UPLOADED" > ./inc/__no_upload__/readme.md
@echo "# WARNING FILES THIS FOLDER IS NOT UPLOADED" > ./intf/__no_upload__/readme.md
@echo "# WARNING FILES THIS FOLDER IS NOT UPLOADED" > ./rtl/__no_upload__/readme.md
Expand All @@ -577,6 +577,7 @@ repo_update: ss_print .gitmodules ci_run base_repo_init rtl_model.sv tb_model.sv
@$(MAKE) add_ignore EX=vivado_pid*.str
@$(MAKE) add_ignore EX=xsim.dir
@git add .
@git add -f ./inc/vip/__no_upload__/readme.md
@git add -f ./inc/__no_upload__/readme.md
@git add -f ./intf/__no_upload__/readme.md
@git add -f ./rtl/__no_upload__/readme.md
Expand Down
2 changes: 1 addition & 1 deletion sub/common
2 changes: 1 addition & 1 deletion sub/sv-genesis
Submodule sv-genesis updated 2 files
+3 −2 Makefile
+0 −42 tb_ess.sv

0 comments on commit 0ae4741

Please sign in to comment.