summaryrefslogtreecommitdiff
path: root/src/main/scala/chisel3/util/BlackBoxUtils.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/scala/chisel3/util/BlackBoxUtils.scala')
-rw-r--r--src/main/scala/chisel3/util/BlackBoxUtils.scala8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/main/scala/chisel3/util/BlackBoxUtils.scala b/src/main/scala/chisel3/util/BlackBoxUtils.scala
index 7c4400f8..579a6307 100644
--- a/src/main/scala/chisel3/util/BlackBoxUtils.scala
+++ b/src/main/scala/chisel3/util/BlackBoxUtils.scala
@@ -4,13 +4,7 @@ package chisel3.util
import chisel3._
import chisel3.experimental.{ChiselAnnotation, RunFirrtlTransform}
-import firrtl.transforms.{
- BlackBoxInlineAnno,
- BlackBoxNotFoundException,
- BlackBoxPathAnno,
- BlackBoxResourceAnno,
- BlackBoxSourceHelper
-}
+import firrtl.transforms.{BlackBoxInlineAnno, BlackBoxNotFoundException, BlackBoxPathAnno, BlackBoxSourceHelper}
import firrtl.annotations.ModuleName
import logger.LazyLogging