1
0

fix htif handling of large memory reads

This commit is contained in:
Andrew Waterman 2012-06-26 19:12:11 -07:00
parent 4e5f874266
commit 39d198ecdc

View File

@ -165,7 +165,7 @@ class rocketHTIF(w: Int, ncores: Int, co: CoherencePolicyWithUncached) extends C
rx_count := UFix(0)
tx_count := UFix(0)
}
state := state_rx
state := Mux(cmd === cmd_readmem && pos != UFix(0), state_mem_req, state_rx)
}
var mem_req_data: Bits = null