Skip to content

Commit

Permalink
modify argFringe to be at location 4
Browse files Browse the repository at this point in the history
  • Loading branch information
yaqiz01 committed Jul 29, 2018
1 parent b1a3058 commit 3473a81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/node/top/DynamicGridTop.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 3473a81

Please sign in to comment.