PCIe addressing

Post a reply

Confirmation code
Enter the code exactly as it appears. All letters are case insensitive.
Smilies
:D :) ;) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :!: :?: :idea: :arrow: :| :mrgreen: :geek: :ugeek:
BBCode is ON
[img] is ON
[flash] is OFF
[url] is ON
Smilies are ON
Topic review
   

Expand view Topic review: PCIe addressing

PCIe addressing

Post by Guest »

we are using xilinx PCIe example design as EP and sybios TM processor as RP. without DMA we are able to read the data from EP bram. but with DMA write is proper, and when read back, able to see proper data on ILA but on console it is printing as 0 or 0XF (32bit) We are using 3-DW format. in ep, bram locations are incremented on every transaction without PCIe 32bit start address and this increment is same for both read and write. but with different counters. so question is , do we need to maintain the same start address while sending the read data from EP ?

Top