1
0

Remove subword load muxing in ScratchpadSlavePort

This commit is contained in:
Andrew Waterman
2017-05-01 17:36:39 -07:00
parent 044b6ed3f9
commit f8151ce786
4 changed files with 5 additions and 8 deletions

View File

@ -972,6 +972,7 @@ class NonBlockingDCacheModule(outer: NonBlockingDCache) extends HellaCacheModule
io.cpu.s2_nack := s2_valid && s2_nack
io.cpu.resp := Mux(mshrs.io.resp.ready, uncache_resp, cache_resp)
io.cpu.resp.bits.data_word_bypass := loadgen.wordData
io.cpu.resp.bits.data_raw := s2_data_word
io.cpu.ordered := mshrs.io.fence_rdy && !s1_valid && !s2_valid
io.cpu.replay_next := (s1_replay && s1_read) || mshrs.io.replay_next