Skip to content

Commit

Permalink
rm unused/deprecated BlackBoxResourceAnno import (#2458)
Browse files Browse the repository at this point in the history
Signed-off-by: Schuyler Eldridge <schuyler.eldridge@sifive.com>
  • Loading branch information
seldridge authored Mar 25, 2022
1 parent d6a357d commit 2c2d72c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
8 changes: 1 addition & 7 deletions src/main/scala/chisel3/util/BlackBoxUtils.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
8 changes: 1 addition & 7 deletions src/main/scala/chisel3/util/ExtModuleUtils.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,7 @@
package chisel3.util

import chisel3.experimental.{ChiselAnnotation, ExtModule, RunFirrtlTransform}
import firrtl.transforms.{
BlackBoxInlineAnno,
BlackBoxNotFoundException,
BlackBoxPathAnno,
BlackBoxResourceAnno,
BlackBoxSourceHelper
}
import firrtl.transforms.{BlackBoxInlineAnno, BlackBoxNotFoundException, BlackBoxPathAnno, BlackBoxSourceHelper}

import BlackBoxHelpers._

Expand Down

0 comments on commit 2c2d72c

Please sign in to comment.