Can an IPX File handle a **? - Can an IPX File handle a **?
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>
Replies:
Re: Can an IPX File handle a **?
I will for a enhancement regarding this and thank you for you valuable feedback.
Replies:
Re: Can an IPX File handle a **?
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.
Replies:
Re: Can an IPX File handle a **?
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 *.
Replies:
Re: Can an IPX File handle a **?
I am looking into this
Replies:
Re: Can an IPX File handle a **?
Yup, That's my question. As stated, the noted behavior was observed in " version 21.1 of Quartus Prime Standard ".
Replies:
Re: Can an IPX File handle a **?
What version or Pro does this work? Is it 23.2? - 2023-08-01
external_document