07-16-2020 04:16 AM
Hi Guys,
I am coming from the Altera/Intel flow and therefore getting familiar now with Xilinx flows. One thing i was wondering is how to prevent polution of my timing constraint file when I add debug cores.
I use a separate xdc for pinning and one separate for timing constraints. However, when I add debug cores to my design then the timing constraints file (which is set as target) becomes highly poluted with all stuff related to these cores.
How can I prevent that? What is the normal approach there?
Regards
Henk
07-16-2020 07:43 PM
You can try to create a new empty XDC and set it as target XDC.
Then all the new generated debug related constraints will be saved to this new XDC.