Remove DebugIO/error mode
This commit is contained in:
parent
f9b85d8158
commit
95dd0d8be1
@ -5,11 +5,6 @@ import Node._
|
|||||||
import uncore._
|
import uncore._
|
||||||
import Util._
|
import Util._
|
||||||
|
|
||||||
class DebugIO extends Bundle
|
|
||||||
{
|
|
||||||
val error_mode = Bool(OUTPUT)
|
|
||||||
}
|
|
||||||
|
|
||||||
class HostIO(val w: Int) extends Bundle
|
class HostIO(val w: Int) extends Bundle
|
||||||
{
|
{
|
||||||
val clk = Bool(OUTPUT)
|
val clk = Bool(OUTPUT)
|
||||||
@ -28,7 +23,6 @@ class PCRReq extends Bundle
|
|||||||
class HTIFIO(ntiles: Int) extends Bundle
|
class HTIFIO(ntiles: Int) extends Bundle
|
||||||
{
|
{
|
||||||
val reset = Bool(INPUT)
|
val reset = Bool(INPUT)
|
||||||
val debug = new DebugIO
|
|
||||||
val id = UInt(INPUT, log2Up(ntiles))
|
val id = UInt(INPUT, log2Up(ntiles))
|
||||||
val pcr_req = Decoupled(new PCRReq).flip
|
val pcr_req = Decoupled(new PCRReq).flip
|
||||||
val pcr_rep = Decoupled(Bits(width = 64))
|
val pcr_rep = Decoupled(Bits(width = 64))
|
||||||
|
Loading…
Reference in New Issue
Block a user