Hi all,
I'm working with the FPGA-in-the-Loop (FIL) toolbox and trying to perform FIL on the Alinx AXU2CGB board. During the validation process in custom board creation, I encountered a DRC error at the implementation stage due to an invalid pin for the system clock.
To resolve this, I opened the project in Vivado and added the following constraint to the XDC file:
set_property CLOCK_DEDICATED_ROUTE FALSE [get_nets sys_Clk]
This allowed the bitstream to generate successfully in Vivado 2019.1. However, I would like to know how to implement the same constraint directly in the FIL wizard steps.
Can anyone guide me on how to add this clock constraint in the FIL toolbox?
Thanks in advance for your help!