Skip to content

Commit b1bccc7

Browse files
committed
chore: add am and benchmark fake target
1 parent 116fc2f commit b1bccc7

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

rtl/Makefile

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,19 @@ endif
262262

263263
unit-test: simBuild riscvRecursiveTest cpuRecursiveTest postTest
264264

265+
###### benchmark(application) rule test target ######
266+
# BUG: some error
267+
amTest:
268+
$(BUILD_DIR)/emu -i $(AMTEST_HOME)/build/amtest-riscv64-mycpu.bin
269+
270+
coremakrTest:
271+
echo "hello1"
272+
273+
dhrystoneTest:
274+
echo "hello22"
275+
276+
microbenchTest:
277+
echo "hello2"
265278
###### soc name rule test target ######
266279
socTopModify:
267280
@mkdir -p $(BUILD_DIR)/soc
@@ -327,5 +340,6 @@ cleanAll: cleanBuild cleanMillOut cleanDepRepo
327340
simpleTestBuild riscvTestBuild cpuTestBuild amTestBuild coremarkTestBuild \
328341
dhrystoneTestBuild microbenchTestBuild fecmuxTestBuild demoTest \
329342
simpleRecursiveTest riscvRecursiveTest cpuRecursiveTest postTest unit-test \
343+
amTest coremakrTest dhrystoneTest microbenchTest \
330344
socTopModify socNameCheck socLintCheck socPrevBuild socBuild socSubmit socTest\
331345
cleanBuild cleanMillOut cleanDepRepo cleanAll

0 commit comments

Comments
 (0)