Altera QIP file - is it a must ?

Status
Not open for further replies.

shaiko

Advanced Member level 5
Joined
Aug 20, 2011
Messages
2,644
Helped
303
Reputation
608
Reaction score
297
Trophy points
1,363
Activity points
18,302
Hello,

I know that Altera IP's (for example - a FIFO) can be added to a project by declaring the altera_mf library and instantiating the appropriate core in HDL (with the required parameters/generics set).

Are there any cases when HDL instantiation is impossible and I MUST use the QIP file?
 

the .QIP file is only needed if you generate a core. There is no requirement to ever use it for any core, but when your core consists of 100s of source files, then adding just the .QIP file is a good idea.
You'll need it for anything not in the Altera_MF library - for example the PCIE core, ethernet core, SRIO core etc.

- - - Updated - - -

Also if you use anything generated in QSYS, I recommend using the generated .QIP
 
Reactions: shaiko

    shaiko

    Points: 2
    Helpful Answer Positive Rating
Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…