Skip to content

Commit

Permalink
Fix IntervalSpec tests
Browse files Browse the repository at this point in the history
  • Loading branch information
adkian-sifive committed Sep 28, 2022
1 parent 9a8d90d commit 5e6b0e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/scala/chiselTests/IntervalSpec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ class SqueezeFunctionalityTester(range: IntervalRange, startNum: BigDecimal, end
squeezeTemplate := toSqueeze.squeeze(squeezeInterval)

printf(
cf"SqueezeTest %d${counter} %d${toSqueeze.asSInt()}.squeeze($range) => %d${squeezeTemplate.asSInt()}\n"
cf"SqueezeTest $counter%d ${toSqueeze.asSInt()}%d.squeeze($range) => ${squeezeTemplate.asSInt()}%d\n"
)
}

Expand Down

0 comments on commit 5e6b0e7

Please sign in to comment.