LBL-CoDEx / OpenSoCFabric

OpenSoC Fabric - A Network-On-Chip Generator
http://www.opensocfabric.org
Other
158 stars 60 forks source link

sbt error #9

Open CaseyZhu opened 3 years ago

CaseyZhu commented 3 years ago

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 commented 3 years ago

Hey! Any idea how to resolve this?

shubhamn94 commented 3 years ago

Hi CaseyZhu, Were you able to resolve the error?

nietzhuang commented 2 years ago

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 commented 2 years ago

// 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"