mirror of
https://github.com/antonblanchard/chiselwatt.git
synced 2026-04-04 21:17:43 +00:00
Sync build.sc with chisel-template-lite
Also remove chisel-iotesters since we are using chiseltest. Signed-off-by: Anton Blanchard <anton@linux.ibm.com>
This commit is contained in:
committed by
Anton Blanchard
parent
9a53bd6e69
commit
f21821b704
10
build.sc
10
build.sc
@@ -19,17 +19,21 @@ trait HasXsource211 extends ScalaModule {
|
||||
|
||||
trait HasChisel3 extends ScalaModule {
|
||||
override def ivyDeps = Agg(
|
||||
ivy"edu.berkeley.cs::chisel3:3.4.0"
|
||||
)
|
||||
ivy"edu.berkeley.cs::chisel3:3.4.+"
|
||||
)
|
||||
// These lines are needed to use snapshot version of Chisel.
|
||||
def repositories = super.repositories ++ Seq(
|
||||
MavenRepository("https://oss.sonatype.org/content/repositories/snapshots")
|
||||
)
|
||||
}
|
||||
|
||||
trait HasChiselTests extends CrossSbtModule {
|
||||
object test extends Tests {
|
||||
override def ivyDeps = Agg(
|
||||
ivy"org.scalatest::scalatest:3.0.4",
|
||||
ivy"edu.berkeley.cs::chisel-iotesters:1.2+",
|
||||
ivy"edu.berkeley.cs::chiseltest:0.3.0"
|
||||
)
|
||||
// These lines are needed to use snapshot version of Chisel.
|
||||
def repositories = super.repositories ++ Seq(
|
||||
MavenRepository("https://oss.sonatype.org/content/repositories/snapshots")
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user