How To Create A Custom Platform Designer Component That Uses Intel IP Components
Hi,
I have a VHDL design that instantiates Intel components from the IP Catalog (e.g., RAMs, ROMs, etc.) that I want to turn into a component for use in Platform Designer (Quartus Pro).
Is this possible? Searching on here and more widely I cannot find any examples of how to do this. Is it as simple as including the .ip files of the Intel IP from the IP Catalog in the synthesis files when I create the Platform Designer component?
Looking at the documentation for Platform Designer I saw a section on composed components, but that seems a very complicated way to do something that should be relatively simple.
Any help would be much appreciated.
It's probably possible, but not simple, since you need to add all the Intel IP files in the Component Editor. Instead, simply create a new .qsys with the design using IP from the PD IP Catalog. Then you can add it as a subsystem in any other Platform Designer system.