summaryrefslogtreecommitdiff
path: root/src/test/scala/chiselTests
diff options
context:
space:
mode:
authorChick Markley2020-01-21 15:46:20 -0800
committerGitHub2020-01-21 15:46:20 -0800
commit18cca9c376ccd53d1c8a308519427bb0d74bc9c5 (patch)
treea264d62cef8e0ddfab52b7a914ecf9c52b32a4a8 /src/test/scala/chiselTests
parentd70543a2bd74c2bde5abb114b946750b46a39d25 (diff)
Removed unnecessary cast
Non-functional, must have been a typo
Diffstat (limited to 'src/test/scala/chiselTests')
-rw-r--r--src/test/scala/chiselTests/Clock.scala1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/scala/chiselTests/Clock.scala b/src/test/scala/chiselTests/Clock.scala
index 2ae1d3e9..5dea66dc 100644
--- a/src/test/scala/chiselTests/Clock.scala
+++ b/src/test/scala/chiselTests/Clock.scala
@@ -20,7 +20,6 @@ class WithClockAndNoReset extends RawModule {
RegNext(in)
}
- in.asUInt()
out := a
}