The wishbone specification defines slave signal as...
# caravel
j
The wishbone specification defines slave signal as ack_o as
Copy code
The acknowledge output [ACK_O], when asserted, indicates the termination of a normal bus cy-
cle. Also see the [ERR_O] and [RTY_O] signal descriptions.
Yet, the caravel default user_proj_example.v does not drive the signal. Is it a necessary signal?