XS-MLVP / picker

Pick your favorite language to verify your chip.
Mulan Permissive Software License, Version 2
32 stars 2 forks source link

When adding an internal signal, if the internal signal name starts with an underscore, the underscore will be converted to 05F #10

Open phaseworld opened 4 months ago

phaseworld commented 4 months ago

image

Makiras commented 4 months ago

Verilator feature, which convert the character behind _ as HEX ASCII, to be fixed.

developerMonkey commented 1 month ago

XSPCOMM_INSTALL_PREFIX=picker/ XSPCOMM_BUILD_WHEEL=1 pip3 run build ERROR: unknown command "run"

yaozhicheng commented 1 month ago

XSPCOMM_INSTALL_PREFIX=picker/ XSPCOMM_BUILD_WHEEL=1 pip3 run build ERROR: unknown command "run"

It's pipx, not pip3. pipx can be installed via pip3 install pipx.

developerMonkey commented 1 month ago

感谢大佬,当时picker测试文档是跳跃看的,目前所有环境配置问题都解决了,实在抱歉,给您添麻烦了。真心感谢

At 2024-10-14 17:01:31, "Zhicheng" @.***> wrote:

XSPCOMM_INSTALL_PREFIX=picker/ XSPCOMM_BUILD_WHEEL=1 pip3 run build ERROR: unknown command "run"

It's pipx, not pip3. pipx can be installed via pip3 install pipx.

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>

developerMonkey commented 1 month ago

抱歉大佬,根据测试教程测试果壳时编译报错Exception in thread "main" circt.stage.phases.Exceptions$FirtoolNonZeroExitCode: firtool returned a non-zero exit code. Note that this version of Chisel (6.0.0-M3) was published against firtool version 1.52.0.。想请教一下,这个问题是用firrtl 1.52.0以上版本都可以还是只能用1.52.0版本呢,目前我用的是LLVM (http://llvm.org/):

LLVM version 15.0.0git

Optimized build.

Default target: x86_64-unknown-linux-gnu

Host CPU: haswell

CIRCT unknown git version

At 2024-10-14 17:01:31, "Zhicheng" @.***> wrote:

XSPCOMM_INSTALL_PREFIX=picker/ XSPCOMM_BUILD_WHEEL=1 pip3 run build ERROR: unknown command "run"

It's pipx, not pip3. pipx can be installed via pip3 install pipx.

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>

Makiras commented 1 month ago

Plz restart a new issue instead of discussing under this unrelated issue.