- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Is there a block in Qsys which will convert an avalon streaming interface to a Memory Mapped Master ?
thanks,Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
For low speed traffic the on-chip memory based FIFO would work. It's fairly limited though (32-bit only when performing ST-->MM or MM-->ST). If you need a different data width creating a custom FIFO to do this is trivial.
For high speed traffic take a look at the SGDMA. You can use a descriptor to describe moving 'x' number of bytes from MM to ST or the other way around. If you want a simpler API you can try the Modular SGDMA posted in at www.alterawiki.com which supports the same type of transfers.
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