10-19-2020 05:03 AM
Hello everyone,
I am doing some tests on my current project and to do so I created a second design with the IP Integrator. The second design is quite similar to the first one but I have added a push button for debug purpose.
Therefore, I have to add this new constraint into the .xdc file but I would like to keep the first .xdc file as it is for the first design and create a new one for the second design only. It would prevent me to do any modifications to it anytime I switch from one design to another.
I searched but did not find how to do it. Is it possible and if so how to do it ?
Thanks.
10-19-2020 07:45 AM
I have finally found and it was really easy actually as I expected.
In the Hierarchy pane under Sources in the Project Manager Panel, I right-clicked on Constraints->Add Sources and the I can create a new constraints set.
10-19-2020 07:45 AM
I have finally found and it was really easy actually as I expected.
In the Hierarchy pane under Sources in the Project Manager Panel, I right-clicked on Constraints->Add Sources and the I can create a new constraints set.
10-19-2020 09:26 AM
In the Hierarchy pane, you will now see both constraints files. You should right-click on the constraints file that you don’t want to use and “disable” that file - otherwise Vivado will use both files.
Mark