From 40b6e44816bab31f8361fa37cf2ce0f7b1802b5f Mon Sep 17 00:00:00 2001 From: Colin Schmidt Date: Mon, 6 Jun 2016 10:43:25 -0700 Subject: [PATCH] name resetSignal parameter to tile constructor if the tile constructor were to change groundtest only needs to be updated if resetSignal is removed or renamed --- groundtest/src/main/scala/tile.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/groundtest/src/main/scala/tile.scala b/groundtest/src/main/scala/tile.scala index 1ef17cc6..0dad3a9f 100644 --- a/groundtest/src/main/scala/tile.scala +++ b/groundtest/src/main/scala/tile.scala @@ -134,7 +134,7 @@ class GroundTestFinisher(implicit p: Parameters) extends TLModule()(p) { } class GroundTestTile(id: Int, resetSignal: Bool) - (implicit val p: Parameters) extends Tile(resetSignal)(p) { + (implicit val p: Parameters) extends Tile(resetSignal = resetSignal)(p) { val test = p(BuildGroundTest)(id, dcacheParams)