Closed m-kru closed 3 years ago
I disagree. The "_ack" and "_stb" are suffixes added to the names of the signals - "something_o", (output which may use additionally STROBE signal - something_o_stb) and "something_i" (input which may use additionally the ACKNOWLEDGE signal - something_i_ack).
In fact if we would like to encode the direction in the name, we should have:
something_o
output - something_o_stb_o
strobesomething_i
input - something_i_ack_o
acknowledgment
Should be