I want to implement two symmetrical inverter chains on Xilinx FPGA. But if I use the automatic layout place and route, the delay of the inverter chains will be more different than each other. The Vivado EDA tool allows me to place and route the LUTs and DFFs manually. But I don't know how to ensure that they are symmetrical. Just make sure they are in symmetrical position? And how about the wires? The wires are always very messy. Is there any solutions?
I try to place the LUTs and DFFs manually, but I dont know if they are already symmetrical. I want some directives or some examples to deal with it. I want the two inverter chains to have smaller difference in delay in post implementation simulation and on board running than automatic layout place and route.