Home
last modified time | relevance | path

Searched defs:srcLoadDependency (Results 1 – 2 of 2) sorted by relevance

/XiangShan/src/main/scala/xiangshan/backend/issue/
H A DEntryBundles.scala55 val srcLoadDependency = Vec(LoadPipelineWidth, UInt(LoadDependencyWidth.W)) constant
510 …val srcLoadDependency = Input(Vec(params.numRegSrc, Vec(LoadPipelineWidth, UInt(LoadDependency… constant
/XiangShan/src/main/scala/xiangshan/backend/
H A DBundles.scala218 val srcLoadDependency = Vec(numSrc, Vec(LoadPipelineWidth, UInt(LoadDependencyWidth.W))) constant