File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -81,10 +81,14 @@ endef
8181
8282# ##### dev env target ######
8383install :
84- ./scripts/install.sh -g -c
84+ @ ./scripts/install.sh -g -c
8585
8686setup :
87- ./scripts/setup.sh -a
87+ @./scripts/setup.sh -a
88+
89+ # ##### project template target ######
90+ template :
91+ @./scripts/template.sh -t tc_l1
8892
8993# ##### chisel target ######
9094millTest :
@@ -296,7 +300,8 @@ cleanDepRepo:
296300cleanAll : cleanBuild cleanMillOut cleanDepRepo
297301
298302
299- .PHONY : install, setup,
303+ .PHONY : install setup \
304+ template \
300305 millTest chiselBuild chiselHelp millCompile millBsp format checkformat \
301306 nemuBuild dramsim3Build difftestBuild changeTargetToSimTop changeTargetToSoCTop simBuild \
302307 simpleTestBuild riscvTestBuild cpuTestBuild amTestBuild coremarkTestBuild \
You can’t perform that action at this time.
0 commit comments