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

report error when execute Minimal-Standalone Testing #66

Open
TDppy opened this issue Mar 19, 2024 · 7 comments
Open

report error when execute Minimal-Standalone Testing #66

TDppy opened this issue Mar 19, 2024 · 7 comments

Comments

@TDppy
Copy link

TDppy commented Mar 19, 2024

I read Documentation: constellation.readthedocs.io.
and follow the steps of

  • Installing Espresso
  • Installing Minimal-Standalone
    Then I git clone constellation and execute commands:
cd constellation
CONSTELLATION_STANDALONE=1 sbt "testOnly constellation.NoCTest00"

However,sbt report error:
image
Does the source code match the version of the documentation?How can I fix it and generate verilog succesfully?

@TDppy
Copy link
Author

TDppy commented Mar 19, 2024

Thanks,I have fixed it by execute
git checkout chisel356.

@TDppy
Copy link
Author

TDppy commented Mar 19, 2024

I have encountered a new problem when execute commands:

cd constellation
CONSTELLATION_STANDALONE=1 sbt "testOnly constellation.NoCTest00"

It seems like verilator version is not compatible with constellation?
image

@jerryz123
Copy link
Collaborator

What version of verilator are you on?

@TDppy
Copy link
Author

TDppy commented Mar 19, 2024

What version of verilator are you on?

image

@jerryz123
Copy link
Collaborator

Ah I think the chiseltest support for the newer verilators has finally stopped.

You can try the installing with Chipyard path. That is guaranteed to work.

@TDppy
Copy link
Author

TDppy commented Mar 19, 2024

Ah I think the chiseltest support for the newer verilators has finally stopped.

You can try the installing with Chipyard path. That is guaranteed to work.
You mean I should install Chipyard and then simulate by that method ?
image
I am going to try it.

@jerryz123
Copy link
Collaborator

Yes. Follow those directions

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