summaryrefslogtreecommitdiff
path: root/src/test/scala/chiselTests/Util.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/scala/chiselTests/Util.scala')
-rw-r--r--src/test/scala/chiselTests/Util.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/scala/chiselTests/Util.scala b/src/test/scala/chiselTests/Util.scala
index d5929dcb..e8354b8d 100644
--- a/src/test/scala/chiselTests/Util.scala
+++ b/src/test/scala/chiselTests/Util.scala
@@ -20,7 +20,7 @@ trait AbstractPassthroughModule extends RawModule {
}
class PassthroughModule extends Module with AbstractPassthroughModule
-class PassthroughMultiIOModule extends MultiIOModule with AbstractPassthroughModule
+class PassthroughMultiIOModule extends Module with AbstractPassthroughModule
class PassthroughRawModule extends RawModule with AbstractPassthroughModule
case class ScalaIntervalSimulator(intervalRange: IntervalRange) {