Home
last modified time | relevance | path

Searched defs:forwardData (Results 1 – 3 of 3) sorted by relevance

/XiangShan/src/main/scala/xiangshan/mem/lsqueue/
H A DStoreQueueData.scala125 val forwardData = Vec(numForward, Output(UInt(8.W))) constant
302 val forwardData = Vec(numForward, Output(Vec((VLEN/8), UInt(8.W)))) constant
/XiangShan/src/main/scala/xiangshan/mem/
H A DBundles.scala66 val forwardData = Vec(VLEN/8, UInt(8.W)) constant
183 val forwardData = Input(Vec((VLEN/8), UInt(8.W))) // resp to load_s2 constant
306 val forwardData = Vec(VLEN/8, UInt(8.W)) constant
/XiangShan/src/main/scala/xiangshan/cache/dcache/
H A DDCacheWrapper.scala700 val forwardData = RegInit(VecInit(List.fill(VLEN/8)(0.U(8.W)))) constant
739 val forwardData = RegInit(VecInit(List.fill(VLEN/8)(0.U(8.W)))) constant
765 val forwardData = Output(Vec(VLEN/8, UInt(8.W))) constant