Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make verilog fail #3842

Open
4 tasks done
sasakiakaya opened this issue Nov 6, 2024 · 1 comment
Open
4 tasks done

make verilog fail #3842

sasakiakaya opened this issue Nov 6, 2024 · 1 comment

Comments

@sasakiakaya
Copy link

Before start

  • I have read the RISC-V ISA Manual and this is not a RISC-V ISA question. 我已经阅读过 RISC-V 指令集手册,这不是一个指令集本身的问题。
  • I have read the XiangShan Documents. 我已经阅读过香山文档。
  • I have searched the previous issues and did not find anything relevant. 我已经搜索过之前的 issue,并没有找到相关的。
  • I have reviewed the commit messages from the relevant commit history. 我已经浏览过相关的提交历史和提交信息。

Describe the bug

屏幕截图 2024-11-06 211405

          total        used        free      shared  buff/cache   available

Mem: 60 1 55 0 3 58
Swap: 39 0 39

Expected behavior

run make verilog should be PASS

To Reproduce

make init
make verilog

Environment

  • XiangShan branch: master e80f666
    OS: ubuntu 22.04
    mem: 60 phy+30 swap
    jdk:17

Additional context

No response

@sasakiakaya sasakiakaya added the bug report Bugs to be confirmed label Nov 6, 2024
@Ma-YX
Copy link
Contributor

Ma-YX commented Nov 7, 2024

Please ensure that you have thoroughly read the XiangShan Documents, especially https://docs.xiangshan.cc/zh-cn/latest/tools/xsenv/.

According to your log, some files are lost in submodule huancun; you can double check whether your submodules are correctly cloned.

Before you start compiling XiangShan, make sure to execute the following commands to ensure the environment are set up correctly in xs-env folder:
sudo -s ./setup-tools.sh (for first time)
source setup.sh
sudo -s ./setup-tools.sh
./setup.sh

And make sure to clone essential submodules in XiangShan folder:
make init

For details, please read XiangShan Documents.

@Ma-YX Ma-YX removed the bug report Bugs to be confirmed label Nov 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants