Forum Discussion
Stratix 10 100GBE streaming
Hi, Altera community forum,
I am using the S10 board in Quartus Prime Pro 24.1 and Ubuntu 24. I want to configure 100 GBE data streaming.
- I have a Platform Designer file where I have designed my signal processing design. This design will produce a lot of data, and I want to stream it to 100GBE. I read the document about the Low-Latency 100Gbe Ethernet IP Core User Guide and the Low-Latency 100Gbe Ethernet Intel Stratix 10 FPGA IP Design Example User Guide. In User Guide 1.5, there is a simulation of the design example testbench, which is not working as expected. It is asking me for a license, which I already have; I even gave it the license path in the command line terminal.
- I already compiled this low-latency 100 GbE design in Quartus Prime Pro 24.1, and the compilation is successful. After that, I am lost. How can I integrate this IP into the platform designer? Please help. Thank you.
4 Replies
- paveetirrasrie_Altera
Frequent Contributor
Hello Bishnu,
Good day to you.
This looks like the environment isn't set correctly.
Please follow the steps mentioned in this User Guide and retry the simulation.
https://www.intel.com/content/www/us/en/docs/programmable/683472/25-3/and-software-license.html
Regards,
Pavee
- paveetirrasrie_Altera
Frequent Contributor
Hello Bishnu,
Any updates from my previous suggestion?
Regards,
Pavee
- paveetirrasrie_Altera
Frequent Contributor
Dear Customer,
If there are no further inquiries during this period, I will step back and allow the community to assist with any future follow-up questions.
Thank you for engaging with us!
Best regards,
Altera Technical Support- Bishnu
New Contributor
Hi Altera,
I didn't know I had to create a separate license file for this. I thought one license file should be enough.I will follow this step.
export SALT_LICENSE_FILE=<path to license>:$SALT_LICENSE_FILE
Thank you.