-
Notifications
You must be signed in to change notification settings - Fork 25
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
about Minimal-Standalone Testing #67
Comments
Minimal standalone testing is currently broken, I recommend trying to follow the documentation for running it within Chipyard. All minimal standalone testing js supported in Chipyard as well |
I meet the same issue within Chipyard |
Can you paste the error in Chipyard's setup that you experienced? |
Chipyard :1.8.0 command: $ make Seems to be a dependency download failure for sbt. |
You are right, it seems like SBT is failing to download some dependency. |
Thank you for your resbonse. cd chipyard/sims/vcs Running with RISCV=/home/wpc/riscv-gnu-toolchain i'm not find 'rocketchip_blocks' in chipyard, which module does it refer to |
follow the Documentation: http://constellation.readthedocs.io/
install Espresso
and input those commind :
terminal report error:
$ CONSTELLATION_STANDALONE=1 sbt "testOnly constellation.NoCTest00"
[info] welcome to sbt 1.4.9 (Oracle Corporation Java 1.8.0_25)
[info] loading project definition from /home/wpc/NOC_gen/constellation/project
[info] loading settings for project constellation from build.sbt ...
[info] set current project to constellation (in build file:/home/wpc/NOC_gen/constellation/)
[info] Updating
[info] Resolved dependencies
[warn]
[warn] Note: Unresolved dependencies path:
[error] sbt.librarymanagement.ResolveException: Error downloading edu.berkeley.cs:cde_2.13:1.6.0
[error] Not found
[error] Not found
[error] not found: /root/.ivy2/localedu.berkeley.cs/cde_2.13/1.6.0/ivys/ivy.xml
[error] not found: https://repo1.maven.org/maven2/edu/berkeley/cs/cde_2.13/1.6.0/cde_2.13-1.6.0.pom
[error] not found: https://repo.scala-sbt.org/scalasbt/maven-releases/edu/berkeley/cs/cde_2.13/1.6.0/cde_2.13-1.6.0.pom
[error] download error: Caught javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target (sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target) while downloading https://repo.scala-sbt.org/scalasbt/maven-snapshots/edu/berkeley/cs/cde_2.13/1.6.0/cde_2.13-1.6.0.pom
[error] download error: Caught javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target (sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target) while downloading https://repo.typesafe.com/typesafe/ivy-releases/edu.berkeley.cs/cde_2.13/1.6.0/ivys/ivy.xm
How to solve this problem?help me !
The text was updated successfully, but these errors were encountered: