1
0

regression: remove cde submodule update

This commit is contained in:
Wesley W. Terpstra
2016-11-22 01:53:35 -08:00
parent a93d34742a
commit e8e95d4bcf
4 changed files with 3 additions and 10 deletions

View File

@ -17,9 +17,8 @@ object BuildSettings extends Build {
)
lazy val chisel = project in file("chisel3")
lazy val cde = project in file("context-dependent-environments")
lazy val hardfloat = project.dependsOn(chisel)
lazy val rocketchip = (project in file(".")).settings(chipSettings).dependsOn(chisel, cde, hardfloat)
lazy val rocketchip = (project in file(".")).settings(chipSettings).dependsOn(chisel, hardfloat)
lazy val addons = settingKey[Seq[String]]("list of addons used for this build")
lazy val make = inputKey[Unit]("trigger backend-specific makefile command")