Home
last modified time | relevance | path

Searched defs:writePorts (Results 1 – 5 of 5) sorted by relevance

/XiangShan/src/main/scala/xiangshan/backend/regcache/
H A DRegCache.scala78 val writePorts = Wire(chiselTypeOf(io.writePorts)) constant
125 val writePorts = Vec(params.getIntExuRCWriteSize + params.getMemExuRCWriteSize, constant
H A DRegCacheDataModule.scala51 …val writePorts = Vec(numWritePorts, new RCWritePort(dataWidth, addrWidth, tagWidth, backendParams.… constant
68 val writePorts = io.writePorts constant
H A DRegCacheTagModule.scala52 val writePorts = Vec(numWritePorts, new RCTagTableWritePort(addrWidth, tagWidth)) constant
76 val writePorts = io.writePorts constant
H A DRegCacheAgeTimer.scala44 val writePorts = Vec(numWritePorts, new RCAgeTimerWritePort(addrWidth)) constant
/XiangShan/src/main/scala/xiangshan/backend/regfile/
H A DRegfile.scala78 val writePorts = Vec(numWritePorts, new RfWritePort(len, width)) constant
111 val writePorts = io.writePorts constant