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,6 +1,6 @@
|
||||
// See LICENSE.jtag for license details.
|
||||
|
||||
package jtag
|
||||
package freechips.rocketchip.jtag
|
||||
|
||||
import chisel3._
|
||||
import chisel3.core.DataMirror
|
||||
|
@ -1,10 +1,10 @@
|
||||
// See LICENSE.jtag for license details.
|
||||
|
||||
package jtag
|
||||
package freechips.rocketchip.jtag
|
||||
|
||||
import util.{AsyncResetRegVec}
|
||||
import chisel3._
|
||||
import chisel3.util._
|
||||
import freechips.rocketchip.util.{AsyncResetRegVec}
|
||||
|
||||
object JtagState {
|
||||
sealed abstract class State(val id: Int) {
|
||||
|
@ -1,6 +1,6 @@
|
||||
// See LICENSE.jtag for license details.
|
||||
|
||||
package jtag
|
||||
package freechips.rocketchip.jtag
|
||||
|
||||
import chisel3._
|
||||
import chisel3.util._
|
||||
|
@ -1,6 +1,6 @@
|
||||
// See LICENSE.jtag for license details.
|
||||
|
||||
package jtag
|
||||
package freechips.rocketchip.jtag
|
||||
|
||||
import chisel3._
|
||||
import chisel3.util._
|
||||
|
@ -1,6 +1,6 @@
|
||||
// See LICENSE.jtag for license details.
|
||||
|
||||
package jtag
|
||||
package freechips.rocketchip.jtag
|
||||
|
||||
import chisel3._
|
||||
import chisel3.util._
|
||||
|
@ -1,5 +1,7 @@
|
||||
// See LICENSE.jtag for license details
|
||||
|
||||
package freechips.rocketchip
|
||||
|
||||
import scala.language.implicitConversions
|
||||
|
||||
package object jtag {
|
||||
|
Reference in New Issue
Block a user