Forum Discussion
Altera_Forum
Honored Contributor
15 years ago --- Quote Start --- Yes I get what you are saying; so, using megafunctions is same as double clicking on the ip's and changing their parameters in the system contents tab [the place where you interconnect components] right? --- Quote End --- Right. I think Altera has made several components that can be accessed either via the MegaWizard or via Qsys. I suspect that for the components you are interested in, you will have to write your own Qsys wrapper. --- Quote Start --- I am trying to add new ports such as reset etc.. for Mega IPs such as PCI - compiler. I guess, I have to use component editor if I need to create new IP's. --- Quote End --- You will suffer less if you control the code; so just create the MegaWizard IP using the MegaWizard GUI, and then create your own Qsys components and their associated _hw.tcl. Once you get it working for your PCI component, it'll be easy to get it working for anything else. Cheers, Dave