summaryrefslogtreecommitdiff
path: root/chiselFrontend/src/main/scala/chisel3/Module.scala
diff options
context:
space:
mode:
Diffstat (limited to 'chiselFrontend/src/main/scala/chisel3/Module.scala')
-rw-r--r--chiselFrontend/src/main/scala/chisel3/Module.scala8
1 files changed, 0 insertions, 8 deletions
diff --git a/chiselFrontend/src/main/scala/chisel3/Module.scala b/chiselFrontend/src/main/scala/chisel3/Module.scala
index 8a11b0a6..c8527f34 100644
--- a/chiselFrontend/src/main/scala/chisel3/Module.scala
+++ b/chiselFrontend/src/main/scala/chisel3/Module.scala
@@ -285,14 +285,6 @@ package experimental {
*/
def _compatAutoWrapPorts() {} // scalastyle:ignore method.name
- //
- // BaseModule User API functions
- //
- @deprecated("Use chisel3.experimental.annotate instead", "3.1")
- protected def annotate(annotation: ChiselAnnotation): Unit = {
- Builder.annotations += annotation
- }
-
/** Chisel2 code didn't require the IO(...) wrapper and would assign a Chisel type directly to
* io, then do operations on it. This binds a Chisel type in-place (mutably) as an IO.
*/