File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -76,6 +76,13 @@ define getRecursiveTestRes
7676 fi
7777endef
7878
79+ # ##### dev env target ######
80+ install :
81+ ./scripts/install.sh -g -c
82+
83+ setup :
84+ ./scripts/setup.sh
85+
7986# ##### chisel target ######
8087millTest :
8188 mill -i __.test
@@ -286,7 +293,8 @@ cleanDepRepo:
286293cleanAll : cleanBuild cleanMillOut cleanDepRepo
287294
288295
289- .PHONY : millTest chiselBuild chiselHelp millCompile millBsp format checkformat \
296+ .PHONY : install, setup,
297+ millTest chiselBuild chiselHelp millCompile millBsp format checkformat \
290298 nemuBuild dramsim3Build difftestBuild changeTargetToSimTop changeTargetToSoCTop simBuild \
291299 simpleTestBuild riscvTestBuild cpuTestBuild amTestBuild coremarkTestBuild \
292300 dhrystoneTestBuild microbenchTestBuild fecmuxTestBuild demoTest \
You can’t perform that action at this time.
0 commit comments