Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
17124 Discussions

Can an IPX File handle a **?

TuckerZ
New Contributor I
1,391 Views

Hello,

I wanted to know if the latest version of Quartus Pro allows for ** to be used inside of path element in an .ipx file. 

 

I tried using a ** in a path element with version 21.1 of Quartus Prime Standard and it didn't work. The user guide makes no reference as to whether this is possible. 

 

example: 

 

 

<library>
    <message>Loading now from ip.ipx</message>
    <path path="../ip/**/*" />
</library>

 

However, the following does work as intended: 

 

<library>
    <message>Loading now from ip.ipx</message>
    <path path="../ip/*/*" />
</library>

 

Labels (1)
0 Kudos
1 Solution
SyafieqS
Employee
1,267 Views

Recent Quartus does not allow for ** to be used inside of path element in an .ipx file. You may need to work around it using *.


 


View solution in original post

0 Kudos
6 Replies
SyafieqS
Employee
1,355 Views

What version or Pro does this work?

Is it 23.2?




0 Kudos
TuckerZ
New Contributor I
1,342 Views

Yup, That's my question. As stated, the noted behavior was observed in "version 21.1 of Quartus Prime Standard ".

0 Kudos
SyafieqS
Employee
1,309 Views

I am looking into this


SyafieqS
Employee
1,268 Views

Recent Quartus does not allow for ** to be used inside of path element in an .ipx file. You may need to work around it using *.


 


0 Kudos
TuckerZ
New Contributor I
1,257 Views

Alright. I would like to request that IPX files can also use ** since other places of Quartus can use ** when searching for IP. Aligning these differences in behavior can make for a smoother software.  

0 Kudos
SyafieqS
Employee
1,226 Views

I will for a enhancement regarding this and thank you for you valuable feedback.


0 Kudos
Reply