1
0

reference chip design

This commit is contained in:
Huy Vo
2012-10-09 13:05:56 -07:00
parent 93a0182b96
commit 24a49350cc
4 changed files with 254 additions and 1 deletions

View File

@ -22,4 +22,5 @@ object ChiselBuild extends Build{
lazy val hwacha = Project("hwacha", file("hwacha"), settings = buildSettings) dependsOn(hardfloat,chisel)
lazy val uncore = Project("uncore", file("uncore"), settings = buildSettings) dependsOn(chisel)
lazy val rocket = Project("rocket", file("rocket"), settings = buildSettings) dependsOn(uncore,hwacha,hardfloat,chisel)
lazy val referencechip = Project("referencechip", file("referencechip"), settings = buildSettings) dependsOn(chisel,rocket)
}