From 8d2fff4eff3ba0f92437b290985b35afbb0ed565 Mon Sep 17 00:00:00 2001 From: ducky Date: Wed, 1 Feb 2017 16:07:09 -0800 Subject: Name all the things --- src/main/scala/chisel3/compatibility.scala | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) (limited to 'src/main/scala/chisel3/compatibility.scala') diff --git a/src/main/scala/chisel3/compatibility.scala b/src/main/scala/chisel3/compatibility.scala index e7b44dd7..e58650ea 100644 --- a/src/main/scala/chisel3/compatibility.scala +++ b/src/main/scala/chisel3/compatibility.scala @@ -345,20 +345,10 @@ package object Chisel { // scalastyle:ignore package.object.name * non-experimental, you must explicitly import this package to use its contents. */ object experimental { - import scala.annotation.StaticAnnotation import scala.annotation.compileTimeOnly - @compileTimeOnly("enable macro paradise to expand macro annotations") - class dump extends StaticAnnotation { - def macroTransform(annottees: Any*): Any = macro chisel3.internal.naming.DebugTransforms.dump - } - @compileTimeOnly("enable macro paradise to expand macro annotations") - class treedump extends StaticAnnotation { - def macroTransform(annottees: Any*): Any = macro chisel3.internal.naming.DebugTransforms.treedump - } - @compileTimeOnly("enable macro paradise to expand macro annotations") - class chiselName extends StaticAnnotation { - def macroTransform(annottees: Any*): Any = macro chisel3.internal.naming.NamingTransforms.chiselName - } + class dump extends chisel3.internal.naming.dump + class treedump extends chisel3.internal.naming.treedump + class chiselName extends chisel3.internal.naming.chiselName } } -- cgit v1.2.3