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

sbt error #9

Open
CaseyZhu opened this issue Dec 29, 2020 · 4 comments
Open

sbt error #9

CaseyZhu opened this issue Dec 29, 2020 · 4 comments

Comments

@CaseyZhu
Copy link

when i run the command:
sbt "run --sw true --harnessName OpenSoC_CMeshTester_Random_VarInjRate --moduleName OpenSoC_CMesh_Flit"

Note: Unresolved dependencies path:
[error] sbt.librarymanagement.ResolveException: Error downloading com.github.scct:sbt-scct;sbtVersion=1.0;scalaVersion=2.10:0.2

@KiranPatel04
Copy link

Hey! Any idea how to resolve this?

@shubhamn94
Copy link

Hi CaseyZhu,
Were you able to resolve the error?

@nietzhuang
Copy link

Hi all,
In my case, I can run it without any error via delete addSbtPlugin in build.sbt.
In addition, I use sbt 1.5.3 version.

@Elena32061
Copy link

// Name of Organization
organization := "gov.lbl.crd.csd.cag"

// Version number of project
version := "1.0"

// Project Name
name := "OpenSoC"

// Version of Scala being used
scalaVersion := "2.10.4"

// Chisel compiler location

// Version of Chisel being used
libraryDependencies += "edu.berkeley.cs" %% "chisel" % "latest.release"
//libraryDependencies += "edu.berkeley.cs" %% "chisel" % "2.2.27"

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

5 participants