Kevin Yuan

Results 9 comments of Kevin Yuan

Hi seldridge, Thanks for your tips. I just updated the context-dependent-environments submodule under rocket-chip . However the compile still fails due to the same reason. I am not familiar with...

Hi seldridge, I noticed there are two "setup" sections. What I am following is: https://github.com/bu-icsg/dana#setup Is it obsoleted or for different purpose ? Best regards :) Kevin

Hi seldrige, Now I restart the flow by following https://github.com/bu-icsg/dana#tldr-setup, but another compile error occurs. Would you kindly help to to check how to resolve it ? ---- cmd ---...

Hi seldridge, Another error :) -- cmd -- cd $fpga_zynq_dir/rocket-chip/dana make -- error msg -- clang: error: unsupported option '-fopenmp' make[1]: *** [/Users/kevinyuan/works/risc-v/zynq/rocket-chip/dana/tools/bin/fann-random] Error 1 -- full log -- cd...

Hi @gricardo99 , I got the same error. Have you got a chance to fix or workaround it ? Best regards :) Kevin

Hi @gricardo99 , I found this error happens with verilator from Ubuntu repo, i.g. install via "apt install ..."; I tried to compile systemc + verilator from source, then the...

Hi @gricardo99 , I hit this error initially: Error: SIGNALS:: Unable to connect top.pcie_bridge.signals-master-tieoff_0.awvalid

After I deploy the roboquant locally, I can see the error in more detail: ``` { "name": "org.jetbrains.kotlinx.jupyter.exceptions.ReplCompilerException", "message": "at Cell In[3], line 1, column 12: Unresolved reference: feed at...

@lexang , 我使用的docker composer 可以成功使用sqlite,有两处改动: 1. ".env" ``` DATABASE_TYPE=sqlite SQLITE_DATABASE=default_db #去掉所有MYSQL 。。 #MYSQL_HOST=gemini-balance-mysql #MYSQL_PORT=3306 #MYSQL_USER=gemini ``` 3. yml file 删除所有mysql 相关的配置, 比如:``` services: gemini-balance: image: ghcr.io/snailyp/gemini-balance:latest container_name: gemini-balance restart: unless-stopped...