Home
last modified time | relevance | path

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

/XiangShan/src/main/scala/device/
H A DAXI4Memory.scala38 val response = Output(Bool()) constant
83 val response = IO(Output(UInt(64.W))) constant
131 private def response(enable: Bool, isWrite: Boolean): (Bool, UInt) = { method