Forum Discussion
Hi @DorianL,
Noted and thanks for the information, for the mention flow on the OneAPI it would be the IP authoring compilation flow which will allow custom IP design which will than integrated into platform designer.
More details can be found in the following getting started guide:
To add on, there are also example design available in the following link below, which will guide you through the flow:
As for the error mention would you be able to provide more details on the code or the details of the error which will be helpful for us to understand the situation.
Hope to hear from you soon.
Best Wishes
BB
Hi @BoonBengT_Altera ,
Thank you for your answer, I will check those links to understand how to export the IP on Quartus. For the error, it occured when I tried to simulate a Avalon Streaming pipe. The TCL script named aoc_sim_generate_qsys.tcl is called during the compliation for simulation and even if I only have the Quartus Prime Lite, it should take that in count and use function like "set_instance". Instead of that, the script act like I have the Quartus Pro Edition and try to "add_component" wich is not possible with the free version of Quartus and causes errors. Correct me if I'm wrong but I should be able to simulate oneAPI Avalon Streaming pipe with Quartus Lite ? Thank you !
DorianL