Qsys Custom Component dynamix entity names
Hi all,I would like to know if it is possible for Qsys to generate dynamic entity names for custom components? I see all submodules of Qsys components have entity names with the Qsys system name appended in front. I would like to do the same for my custom components and its sub-entities. I have generated the hw tcl files from the VHDL source of the custom component. Say I have a component with toplevel entity custom_top inside my Qsys system (qsys_1). I would like to rename the entity (and the copied custom IP file) upon generation to qsys_1_custom_top, as is done with all other Qsys generated components.The problem comes in when I have 2 Qsys systems using the same custom component in the same design (and cannot be connected in one top-qsys, so I instantiate both Qsys top-levels somewhere else), then both will copy the custom component VHDL files, and copies of the same component (entity) will be in both qip files. When synthesizing, Quartus will see both entities with same name and generate an error.Thanks.