We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52c21f9 commit a8bafc4Copy full SHA for a8bafc4
rtl/Makefile
@@ -214,7 +214,6 @@ riscvRecursiveTest: $(riscvTestLogFile) $(riscvTestCaseName)
214
@echo -e "[\033[0;33mAll: $$(cat $(RISCVTEST_HOME)/build/log/allcasenum-log.txt) \033[0;32mPASS: $$(cat $(RISCVTEST_HOME)/build/log/passcasenum-log.txt) \033[0;31mFAIL: $$(echo $$(echo $$(cat $(RISCVTEST_HOME)/build/log/allcasenum-log.txt) - $$(cat $(RISCVTEST_HOME)/build/log/passcasenum-log.txt) | bc))\033[0m]";
215
216
$(riscvTestLogFile):
217
- @echo "=====HELLO======"
218
$(shell touch $(RISCVTEST_HOME)/build/log/$@)
219
$(shell touch $(RISCVTEST_HOME)/build/log/allcasenum-log.txt)
220
$(shell touch $(RISCVTEST_HOME)/build/log/passcasenum-log.txt)
0 commit comments