diff options
Diffstat (limited to 'src/main/scala/chisel3/util/experimental/group.scala')
| -rw-r--r-- | src/main/scala/chisel3/util/experimental/group.scala | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/scala/chisel3/util/experimental/group.scala b/src/main/scala/chisel3/util/experimental/group.scala index ac687da7..faa086f1 100644 --- a/src/main/scala/chisel3/util/experimental/group.scala +++ b/src/main/scala/chisel3/util/experimental/group.scala @@ -58,7 +58,7 @@ object group { annotate(new ChiselAnnotation with RunFirrtlTransform { def toFirrtl = GroupAnnotation(components.map(_.toNamed), newModule, newInstance, outputSuffix, inputSuffix) - override def transformClass: Class[_ <: Transform] = classOf[GroupComponents] + override def transformClass: Class[? <: Transform] = classOf[GroupComponents] }) } } |
