- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
When we create a IP core from Megawizard, beside source file (.v or .vhd) sometimes it will create a file with extension .qip .
In the file, there are some TCL codes in it. When compiled, Quartus will report warning about it can not find the corresponding .qip files for some IP core. What is mean of .qip file? I have never use it but why it is important? Thanks very much.Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
.qip files are used by Quartus to describe the IP that was generated by the wizard. You should include the .qip file in the your Quartus project and it will automatically include the other files it needs for the IP.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks very much. If the .qip file lost, how can I get it back? Can I edit .qip file to change the IP instead of using Megawizard GUI?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You should edit the IP core using the wizard. If you lose the .qip file you will have to recreate the IP core. You can often edit the HDL file (.v if you're using Verilog) to make quick changes but the changes will be lost the next time the wizard is run.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks. So wizard is the only way to edit the IP core permanently, right?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If you want to avoid losing changes when the wizard is run, yes, that is the only way. It's also the recommended way to make changes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks very much!

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page