Merge branch 'master' into chisel-v2
Conflicts: src/main/scala/htif.scala
This commit is contained in:
@ -117,6 +117,9 @@ class PCR(implicit conf: RocketConfiguration) extends Module
|
||||
val rdata = Bits(OUTPUT, conf.xprlen)
|
||||
val wdata = Bits(INPUT, conf.xprlen)
|
||||
}
|
||||
|
||||
// there is a fixed constant related to this in PCRReq.addr
|
||||
require(log2Up(conf.nxpr) == 5)
|
||||
|
||||
val status = new Status().asOutput
|
||||
val ptbr = UInt(OUTPUT, PADDR_BITS)
|
||||
|
Reference in New Issue
Block a user