Howard Su

Results 87 comments of Howard Su

also, csv2tensor project through luarocks

Where is migration guide to migrate from LUA-based to JS-based project?

Love to see a todo list so that community can also help.

That's because sirv_gnrl_dffl module is defined in the file: sirv_gnrl_dffs.v. Check your compiler to see how to resolve it. the simplest way is split that file into multi files that...

Add SHELL = bash to vsim/bin/run.makefile: diff --git a/vsim/bin/run.makefile b/vsim/bin/run.makefile index 46a917e..f8fd886 100644 --- a/vsim/bin/run.makefile +++ b/vsim/bin/run.makefile @@ -1,3 +1,4 @@ +SHELL = bash RUN_DIR := ${PWD} TESTCASE := ${RUN_DIR}/../../riscv-tools/riscv-tests/isa/generated/rv32ui-p-addi

No. Check file: e203_ifu_litebpu.v RAS is not related to compiler, it is designed based on calling convention of riscv.

能指出你的代码的地方吗?我学习下,看看能不能再改进下

Additional Ideas to improve this PR: 1. Use some lockfree queue to replace mutex. only use conditional variable to wake up for new work. we may not even need this...

It helps me my local debug. I will revert this from this PR when this PR gets to better state. In the meantime, please help review that PR and merge...

Call for some testing. The current change shows both performance improvement and energy improvement. However my devbox is a 10cores, 20threads E5 without AVX2. It is not very typical config....