Searched defs:response (Results 1 – 1 of 1) sorted by relevance
38 val response = Output(Bool()) constant83 val response = IO(Output(UInt(64.W))) constant131 private def response(enable: Bool, isWrite: Boolean): (Bool, UInt) = { method