- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello! I try to use altera reference disign multiport frontend with different burst size in ports;
I dont completely understand how works burst addressation. For example : i use data wingth 256 bit => master_addr = {user_addr,5'b0}; i write burstsize = 2 in address =7 => master_addr = 00E0; data - d(1)='.....e1' d(2)='....e2' byteenable = ffffffff; how i understand in this case d(1) write in addr=7 (00E0) and d(2)write in addr =8(0100)? correct? after that a write burstsize = 1 in addr = 8 data - 'e6' after that i read burstsize = 2 in addr = 7 and i get 'e1' 'e2'. I thought i will get 'e1' 'e6'. where i wrong?Link Copied
0 Replies

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