编译通过 仿真启动 请知悉 改处理器没有csr
This commit is contained in:
14
build.sbt
14
build.sbt
@@ -97,11 +97,25 @@ lazy val rocketchip = freshProject("rocketchip", file("./rocket-chip"))
|
||||
)
|
||||
lazy val rocketLibDeps = (rocketchip / Keys.libraryDependencies)
|
||||
|
||||
lazy val blocks = (project in file("./rocket-chip-blocks"))
|
||||
.dependsOn(rocketchip)
|
||||
.settings(chiselSettings)
|
||||
.settings(commonSettings)
|
||||
.settings(name := "blocks", organization := "org.chipsalliance")
|
||||
.settings(
|
||||
libraryDependencies ++= Seq(
|
||||
"org.scala-lang" % "scala-reflect" % scalaVersion.value,
|
||||
"org.json4s" %% "json4s-jackson" % "3.6.6",
|
||||
"org.scalatest" %% "scalatest" % "3.2.0" % "test"
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
|
||||
|
||||
lazy val root = (project in file("."))
|
||||
.dependsOn(rocketchip)
|
||||
.dependsOn(blocks)
|
||||
.settings(
|
||||
name := "%NAME%",
|
||||
libraryDependencies ++= Seq(
|
||||
|
||||
Reference in New Issue
Block a user