Skip to content

Commit 63e2aac

Browse files
committed
chore: hide cmd display and add tempalte generate target
1 parent d875357 commit 63e2aac

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

rtl/Makefile

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,14 @@ endef
8181

8282
###### dev env target ######
8383
install:
84-
./scripts/install.sh -g -c
84+
@./scripts/install.sh -g -c
8585

8686
setup:
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 ######
9094
millTest:
@@ -296,7 +300,8 @@ cleanDepRepo:
296300
cleanAll: 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 \

0 commit comments

Comments
 (0)