Home
last modified time | relevance | path

Searched defs:tag (Results 1 – 20 of 20) sorted by relevance

/XiangShan/src/main/scala/xiangshan/backend/regcache/
H A DRegCacheTagModule.scala29 val tag = Input(UInt(tagWidth.W)) constant
37 val tag = Input(UInt(tagWidth.W)) constant
64 val tag = Reg(Vec(numEntries, UInt(tagWidth.W))) constant
H A DRegCacheDataModule.scala36 val tag = OptionWrapper(debugEn, Input(UInt(tagWidth.W))) constant
59 val tag = OptionWrapper(backendParams.debugEn, Reg(Vec(numEntries, UInt(tagWidth.W)))) constant
/XiangShan/scripts/cache/
H A DparseAddr.py12 def fullAddr(self, tag, set, bank): argument
45 tag = int(addr[0], 16) variable
/XiangShan/src/main/scala/xiangshan/cache/mmu/
H A DBitmapCheck.scala78 val tag = UInt(SPTagLen.W) constant
91 val tag = UInt(ppnLen.W) constant
325 val tag = UInt(ppnLen.W) constant
341 val tag = UInt(ppnLen.W) constant
346 val tag = UInt((ppnLen-log2Ceil(XLEN)).W) constant
H A DMMUBundle.scala184 val tag = UInt(sectorvpnLen.W) constant
828 val tag = UInt(tagLen.W) constant
951 val tag = UInt(tagLen.W) constant
1268 val tag = Cat(entry(idx).tag, idx(sectortlbwidth - 1, 0)) constant
H A DPageTableCache.scala203 val tag = Input(UInt(SPTagLen.W)) constant
/XiangShan/src/main/scala/xiangshan/cache/dcache/meta/
H A DLegacyMetaArray.scala31 val tag = UInt(tagBits.W) constant
46 val tag = UInt(tagBits.W) constant
H A DTagArray.scala33 val tag = UInt(tagBits.W) constant
/XiangShan/src/main/scala/xiangshan/frontend/
H A DWrBypass.scala50 val tag = if (hasTag) Some(UInt(tagWidth.W)) else None constant
H A DITTAGE.scala238 …val tag = ((unhashed_idx >> log2Ceil(nRows)).asUInt ^ tag_fh ^ (alt_tag_fh << 1).asUInt)(tagLen - … constant
249 val tag = UInt(tagLen.W) constant
375 val tag = s0_tag constant
H A DFauFTB.scala57 val tag = Reg(UInt(tagSize.W)) constant
H A DTage.scala266 val tag = UInt(tagLen.W) constant
302 val tag = (unhashed_idx ^ tag_fh ^ (alt_tag_fh << 1))(tagLen - 1, 0) constant
H A DFTB.scala418 val tag = UInt(tagLength.W) constant
H A DFrontendBundle.scala504 val tag = UInt(tagBits.W) constant
/XiangShan/scripts/
H A DconstantHelper.py99 …ossover_rate, mutation_rate, emu_threads, concurrent_emu, max_instr, seed, work_load, tag) -> None: argument
118 def loadConfig(json_path, tag) -> Config: argument
/XiangShan/src/main/scala/xiangshan/frontend/icache/
H A DICache.scala209 val tag: UInt = UInt(tagBits.W) constant
/XiangShan/src/main/scala/xiangshan/mem/prefetch/
H A DL1StreamPrefetcher.scala55 val tag = UInt(REGION_TAG_BITS.W) constant
H A DL1PrefetchComponent.scala255 val tag = UInt(HASH_TAG_WIDTH.W) constant
H A DSMSPrefetcher.scala580 val tag = UInt(PHT_TAG_BITS.W) constant
/XiangShan/src/main/scala/xiangshan/
H A DBundle.scala701 val tag = Bool() // l1 tag array constant