Skip to content

Commit

Permalink
tilelink: TLSlaveParameters.v1copy needs to pass name, not setName
Browse files Browse the repository at this point in the history
  • Loading branch information
hcook committed Apr 22, 2020
1 parent 7c072e9 commit 8ab8246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/tilelink/Parameters.scala
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ class TLSlaveParameters private(
fifoId: Option[Int] = fifoId) =
{
new TLSlaveParameters(
setName = name,
setName = setName,
address = address,
resources = resources,
regionType = regionType,
Expand Down

0 comments on commit 8ab8246

Please sign in to comment.