paulscherrerinstitute / PsiIpPackage

TCL framework to package Vivado IP-Cores
Other
13 stars 6 forks source link

Bug: Remove default xgui file #23

Closed patrick-studer closed 3 years ago

patrick-studer commented 3 years ago

If IP_NAME and IP_TOP_ENTITY are equal, then the script will delete the "real" xgui file instead of the old one. (Because they are equal)

To solve the bug, we have to test if the $OldXguiFile != $NewXguiFile before we remove it.

I will place a pull-request.

jonasppsi commented 3 years ago

Thanks. Has been merged a while ago. Closing issue.