From 18cca9c376ccd53d1c8a308519427bb0d74bc9c5 Mon Sep 17 00:00:00 2001 From: Chick Markley Date: Tue, 21 Jan 2020 15:46:20 -0800 Subject: Removed unnecessary cast Non-functional, must have been a typo--- src/test/scala/chiselTests/Clock.scala | 1 - 1 file changed, 1 deletion(-) (limited to 'src/test') 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 } -- cgit v1.2.3