Merge branch 'graphics' of https://github.com/hansungk/chipyard into graphics
This commit is contained in:
@@ -241,6 +241,12 @@ lazy val sodor = (project in file("generators/riscv-sodor"))
|
||||
lazy val radiance = (project in file("generators/radiance"))
|
||||
.dependsOn(rocketchip, gemmini)
|
||||
.settings(libraryDependencies ++= rocketLibDeps.value)
|
||||
.settings(libraryDependencies ++= Seq(
|
||||
"edu.berkeley.cs" %% "chiseltest" % chiselTestVersion,
|
||||
"org.scalatest" %% "scalatest" % "3.2.+" % "test",
|
||||
"junit" % "junit" % "4.13" % "test",
|
||||
"org.scalacheck" %% "scalacheck" % "1.14.3" % "test",
|
||||
))
|
||||
.settings(commonSettings)
|
||||
|
||||
lazy val gemmini = freshProject("gemmini", file("generators/gemmini"))
|
||||
|
||||
@@ -39,7 +39,7 @@ VCS_NONCC_OPTS = \
|
||||
-j36 \
|
||||
-notice \
|
||||
-line \
|
||||
+lint=all,noVCDE,noONGS,noUI,noPCTIO-L,noPCTI-L \
|
||||
+lint=all,noVCDE,noONGS,noUI,noPCTIO-L,noPCTI-L,noNS \
|
||||
-error=PCWM-L \
|
||||
-error=noZMMCM \
|
||||
-timescale=1ns/10ps \
|
||||
|
||||
Submodule toolchains/riscv-tools/riscv-isa-sim updated: e46fc096e2...4d8651be94
Submodule toolchains/riscv-tools/riscv-pk updated: e681d8088b...e8e6b3aaee
Reference in New Issue
Block a user