UPGRADE YOUR BROWSER
We have detected your current browser version is not the latest one. Xilinx.com uses the latest web technologies to bring you the best online experience possible. Please upgrade to a Xilinx.com supported browser:Chrome, Firefox, Internet Explorer 11, Safari. Thank you!
06-09-2018 01:44 AM
Hi,
I would like to transfer data from one PL to another PL. I would like to know the best approach for this purpose. I am aware that it may be possible to use a bram in standalone mode. However I did not find any example about it. I would like to know if it would be a stable mode of operation if I use bram in standalone mode. More explicity I would be using different clocks for write ( from one PL) and read (from the other PL) sequences hence does this lead to any data corruption or other adverse effects?
Thanks in advance.
Engin
06-09-2018 07:55 AM
Do you mean Pl ?
Pl is the FPGA side of the chip,
user programmable, logic design. So PL to PL is a unusual question.
06-09-2018 08:47 AM
Actually I believe it is a very critical question. If I am not able to directly share data between two PL units how can someone realize reasonable programming on FPGA without the intervention of PS. If I need PS to transfer data between two PL, it would not be efficient.
06-10-2018 11:26 AM
It is critical that it be done correctly, but it is an unusual question because you can program the PL to do (almost) anything you want.
Do your FPGAs have a common clock source? What is the rate of your data transfer? Is the transfer bi-directional or unidirectional? Do you want to use the AXI format, or something else? How many signal lines do you have, that is do you want a parallel bus or a serial link?
06-10-2018 10:08 PM
The first PL is a verilog unit operating at 3MHz, The other PL which I want to transfer data is a HLS unit which works at 100MHz. The data transfer would be unidirectional namely from the first PL to HLS. Note that I would like to have PL to PL transfer with no PS intervention. I believe serial link is more feasible since there will be a BRAM which is accessible one at a time.
06-10-2018 11:39 PM
06-11-2018 12:41 AM
Please note that there are no two FPGAs. Both PL are on the same FPGA. BRAM may be in standalone mode, dual port setting . I am not sure about the master and hope that this should be taken care of the BRAM generator.
06-11-2018 01:46 AM
I have feeling your approaching this from the perspective of software engineering,
PL is a Hardware design environment,
What you calling a PL, is in fact a design entity,
and multiple design entities are combined into the Pl to make the complete
In terms of software, think of them a 'functions'.
( OK hardware people dont shout at us )
In software, no matter how many functions you have, a function is no use on its own, you have to wrap around it other code.
in hardware , its the same,
You need to look at the IO interface of the blocks you have,
and what format they are in , and what tools you have to combine them,