1
0

fix io dir

This commit is contained in:
Henry Cook 2013-04-10 13:47:30 -07:00
parent ae7720e284
commit db5a060c7d

View File

@ -109,7 +109,7 @@ class PCR(implicit conf: RocketConfiguration) extends Component
val rw = new Bundle {
val addr = UFix(INPUT, log2Up(conf.nxpr))
val cmd = Bits(INPUT, PCR.SZ)
val rdata = Bits(INPUT, conf.xprlen)
val rdata = Bits(OUTPUT, conf.xprlen)
val wdata = Bits(INPUT, conf.xprlen)
}