From 3473a81a0b1a6d294b64daacaf6ff07d52fb2060 Mon Sep 17 00:00:00 2001 From: Yaqi Zhang Date: Sat, 28 Jul 2018 19:33:23 -0700 Subject: [PATCH] modify argFringe to be at location 4 --- src/node/top/DynamicGridTop.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/node/top/DynamicGridTop.scala b/src/node/top/DynamicGridTop.scala index eb184a4..40c8323 100644 --- a/src/node/top/DynamicGridTop.scala +++ b/src/node/top/DynamicGridTop.scala @@ -9,7 +9,7 @@ case class DynamicGridTop( import design.spademeta._ @transient val cuArray = List.tabulate(numCols, numRows) { case (i,j) => - if (i == numCols/2-1 && j == numRows-1) { + if (i == numCols/2-fringeNumCols && j == numRows-1) { bundleGroup(fringePattern.argFringeParam, coord=Some(i+fringeNumCols,j)) } else { bundleGroup(