A tale of a Wishbone switch
I was working on a Wishbone switch in this week. The switch would be able to pass data to either the downstream or the I/O device from the upstream. To design a Wishbone switch, it was crucial to understand all signals present in Wishbone. I would describe some Wishbone signals below based on the Wishbone specification. DAT_I: It denoted the data input array, the size of the array was determined by the port size DAT_O: It denoted the data input Read more






