Skip to content

Commit

Permalink
Merge pull request #3605 from chipsalliance/debug-fix
Browse files Browse the repository at this point in the history
Fix chisel3.experimental imports in debug/Periphery
  • Loading branch information
jerryz123 authored Mar 28, 2024
2 parents 3279f17 + 9f92ac6 commit 5453ae9
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 5453ae9

Please sign in to comment.