Channel limit

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: Channel limit

Re: Channel limit

Post by Guest »

Thank you for reply,
I'm using Xilinx Virtex-7 FPGA VC707 Evaluation Kit so it is 250 MHz.
Currently I have 2 downstreams and 8 upstreams and it's working fine. I'll add more upstreams and see what will happen :)

Re: Channel limit

Post by support »

Hello,

In principle, there is no limit. In practice, the limit is dictated by the amount of logic that the FPGA can take (usually there's also application logic that does something with the data) and meeting timing constraints: The multiplexing elements in the IP core get larger, and therefore slower, as the number of streams rises. This is relevant in particular on FPGAs with a bus_clk of 250 MHz.

Actual tests have been done with around 60 streams on SP605 (Spartan-6 LX45T) for example. But it's possible to go higher if required on larger devices.

Regards,
Eli

Channel limit

Post by Guest »

Hi,
Is there a limit of how many channels(device files) I can create in IP factory?
For example can I create 128 of them? Or 1024?

Top