Skip to content

Commit

Permalink
Fix missing prci import
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryz123 committed Jun 6, 2024
1 parent ca04314 commit 732cbe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/sodor/common/sodor_tile.scala
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import freechips.rocketchip.interrupts._
import freechips.rocketchip.util._
import freechips.rocketchip.tile._
import freechips.rocketchip.amba.axi4._
import freechips.rocketchip.prci.ClockSinkParameters
import freechips.rocketchip.prci._

// Example parameter class copied from Ariane, not included in documentation but for compile check only
// If you are here for documentation, DO NOT copy MyCoreParams and MyTileParams directly - always figure
Expand Down

0 comments on commit 732cbe1

Please sign in to comment.