summaryrefslogtreecommitdiff
path: root/core/src/main/scala/chisel3/Annotation.scala
diff options
context:
space:
mode:
authorAditya Naik2024-06-03 09:44:01 -0700
committerAditya Naik2024-06-03 09:44:01 -0700
commita529d0e962cbe6a8f32dcc87d5193df46c0ebc94 (patch)
tree1f0307c4a1f28bc93b789c3ef1fded7cc4f0e2bf /core/src/main/scala/chisel3/Annotation.scala
parent9b61af16227ee41aae15dbcc2243e2c6493955c4 (diff)
Get core to compile
Diffstat (limited to 'core/src/main/scala/chisel3/Annotation.scala')
-rw-r--r--core/src/main/scala/chisel3/Annotation.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/main/scala/chisel3/Annotation.scala b/core/src/main/scala/chisel3/Annotation.scala
index 0410e1df..f527182f 100644
--- a/core/src/main/scala/chisel3/Annotation.scala
+++ b/core/src/main/scala/chisel3/Annotation.scala
@@ -35,7 +35,7 @@ trait ChiselMultiAnnotation {
* FIRRTL.
*/
trait RunFirrtlTransform extends ChiselAnnotation {
- def transformClass: Class[_ <: Transform]
+ def transformClass: Class[? <: Transform]
}
object annotate {