You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--| Wishbone to Df source ---- * Writing to the given address, pushes an item onto the fifo-- * Reading always returns zero-- * Writing to other addresses are acknowledged, but ignored-- * Asserts stall when the FIFO is fullwishboneSource::--| Address to respond toBitVectoraddressWidth->--| Depth of the FIFOSNatdepth--|
(Signaldom (WishboneM2Sbytes), SignaldomAck) ->--|
(Signaldom (WisboneS2MbytesaddressWidth, Signaldom (Data (BitVector (8*bytes)))
--| Wishbone to Df sink---- * Reading from the given address, pops an item from the fifo-- * Writes are acknowledged, but ignored-- * Reads from any other address are acknowledged, but the fifo element is not popped.-- * Asserts stall when the FIFO is emptywishboneSink::--| Address to respond toBitVectoraddressWidth->--| Depth of the FIFOSNatdepth--|
(Signaldom (WishboneM2Sbytes), Signaldom (Data (BitVector (8*bytes))) ->--|
(Signaldom (WisboneS2MbytesaddressWidth, SignaldomAck)
The text was updated successfully, but these errors were encountered:
Add the following circuits:
The text was updated successfully, but these errors were encountered: