Skip to content

Commit

Permalink
Fix chisel3.experimental imports in debug/Periphery
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryz123 committed Mar 28, 2024
1 parent 3279f17 commit 9f92ac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/devices/debug/Periphery.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
package freechips.rocketchip.devices.debug

import chisel3._
import chisel3.experimental._
import chisel3.experimental.{noPrefix, IntParam}
import chisel3.util._

import org.chipsalliance.cde.config._
Expand Down

0 comments on commit 9f92ac6

Please sign in to comment.