Refactor package hierarchy and remove legacy bus protocol implementations (#845)
* Refactors package hierarchy. Additionally: - Removes legacy ground tests and configs - Removes legacy bus protocol implementations - Removes NTiles - Adds devices package - Adds more functions to util package
This commit is contained in:
@ -1,10 +1,11 @@
|
||||
// See LICENSE.SiFive for license details.
|
||||
|
||||
package regmapper
|
||||
package freechips.rocketchip.regmapper
|
||||
|
||||
import Chisel._
|
||||
import chisel3.util.{Irrevocable}
|
||||
import util.{AsyncQueue,AsyncResetRegVec}
|
||||
|
||||
import freechips.rocketchip.util.{AsyncQueue,AsyncResetRegVec}
|
||||
|
||||
// A very simple flow control state machine, run in the specified clock domain
|
||||
class BusyRegisterCrossing extends Module {
|
||||
|
Reference in New Issue
Block a user