- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi guys:
Why do we need symbols per beat and bits per symbol to define a data width? Is the beat a clock cycle? And why there is no full and empty signal in single clock FIFO(Qsys)?How can I generate those? Thanks in advance YumengLink Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
A beat represents the transfer between the streaming source and sink, which is typically when valid and ready are both high. Symbols represent the smallest unit of transfer within a beat. The data width of the ST port is symbols/beat * bits/symbol. When deal with transferring data between memory and streaming typically I use a symbol size of 8 bits since that what Avalon-MM uses as a byte size and the appropriate number of symbols to achieve the correct width for the transfer.
In Avalon-MM speak beats are transfers within a burst and symbols are the bytes per transfer. The reason why full and empty are not exposed is because they are used to drive the ready and valid signals. So if the FIFO is empty then it's source should not assert ready, and when it's full the FIFO should not assert ready.
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page