When removing a debug core from a design there might be some constraints that do not get completely removed.
This can result in critical warnings for these objects.
An example is below.
The following lines are not removed from the XDC file.
set_property C_CLK_INPUT_FREQ 300 [get_debug_cores dbg_hub]
set_property C_ENABLE_CLK_DIVIDER false [get_debug_cores dbg_hub]
set_property C_USER_SCAN_CHAIN 1 [get_debug_cores dbg_hub]
connect_debug_port dbg_hub/clk [get_nets clk]
WARNING: [Vivado 12-750] There are no ChipScope debug cores in this design. [/proj/.../dut.xdc:11]
CRITICAL WARNING: [Common 17-55] 'set_property' expects at least one object. [/proj/.../dut.xdc:11]
WARNING: [Vivado 12-750] There are no ChipScope debug cores in this design. [/proj/.../dut.xdc:12]
CRITICAL WARNING: [Common 17-55] 'set_property' expects at least one object. [/proj/.../dut.xdc:12]
WARNING: [Vivado 12-750] There are no ChipScope debug cores in this design. [/proj/.../dut.xdc:13]
CRITICAL WARNING: [Common 17-55] 'set_property' expects at least one object. [/proj//.../dut.xdc:13]
CRITICAL WARNING: [Vivado 12-1419] Debug core 'dbg_hub' was not found. [/proj/.../dut.xdc:14]