Searched defs:forwardData (Results 1 – 3 of 3) sorted by relevance
125 val forwardData = Vec(numForward, Output(UInt(8.W))) constant302 val forwardData = Vec(numForward, Output(Vec((VLEN/8), UInt(8.W)))) constant
66 val forwardData = Vec(VLEN/8, UInt(8.W)) constant183 val forwardData = Input(Vec((VLEN/8), UInt(8.W))) // resp to load_s2 constant306 val forwardData = Vec(VLEN/8, UInt(8.W)) constant
700 val forwardData = RegInit(VecInit(List.fill(VLEN/8)(0.U(8.W)))) constant739 val forwardData = RegInit(VecInit(List.fill(VLEN/8)(0.U(8.W)))) constant765 val forwardData = Output(Vec(VLEN/8, UInt(8.W))) constant