FPGA Intellectual Property
PCI Express*, Networking and Connectivity, Memory Interfaces, DSP IP, and Video IP
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
6673 Discussions

Question about UniPHY with DDR2

XQSHEN
Novice
1,399 Views

1) avl_size only has 3 bits, how to set burstcount = 8?

2) during ddr2 simulation using intel model, there are two many avl_ready = 0 even I set avl_size = 3'd4;

It significantly impact the data transfer efficiency. How to improve it?

0 Kudos
1 Solution
ybin
Employee
1,381 Views

Hello,

avl_size is generated according to the maximum AVMM burst length, the default length is 4, this is why you will find the signal is only 3bits. You can enlarge burst length is you want to improve efficiency of controller.

ybin_0-1594694299525.png

 

View solution in original post

5 Replies
ybin
Employee
1,382 Views

Hello,

avl_size is generated according to the maximum AVMM burst length, the default length is 4, this is why you will find the signal is only 3bits. You can enlarge burst length is you want to improve efficiency of controller.

ybin_0-1594694299525.png

 

XQSHEN
Novice
1,374 Views

Should that setting impact the burst length of below?

1.JPG

0 Kudos
ybin
Employee
1,371 Views

The setting you mentioned doesn't impact avl_size, but it can impact efficiency, the default value is 8, no need to modify it. You can just modify maximum AVMM burst length value.

0 Kudos
XQSHEN
Novice
1,346 Views

Thanks, it's clear now. You can close this topic.

0 Kudos
ybin
Employee
1,337 Views

I’m glad that your question has been addressed, I now transition this thread to community support. If you have a new question, feel free to open a new thread to get the support from Intel experts. Otherwise, the community users will continue to help you on this thread. Thank you.

0 Kudos
Reply