Forum Discussion
RFris4
New Contributor
3 years agoHow 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 pos...
- 3 years ago
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.
SyafieqS
Super Contributor
3 years agoAssuming correctly, I believe you are looking how to implement custom component into IP catalog and platform designer system.
You may refer to link below how to do that.