FPGARelated.com
Forums

I am new to FPGA, I need guidance to understand difference between UCF andXDC

Started by mekjayk 5 years ago2 replieslatest reply 5 years ago698 views

Hello everyone,

I have kintex-7 based kit https://www.avnet.com/shop/us/products/xilinx/ek-k... . I started learning about FPGA using udemy courses. where pin placement is done using xdc file.But when I downloaded board files of the kit I have. I got both xdc and ucf files of the kit. hence started the confusion, kindly help me with understanding the difference between ucf and xdc file. Any particular dcoument regarding the same would help. Thanks again for entertaining novice.

[ - ]
Reply by rajkeerthy18July 17, 2019

UCF is the pre-VIvado style of specifying constraint for Xilinx FPGA tools. XDC is the format similar to Synopsys design constraints used with Vivado tools. Please follow user guides on this from Xilinx. There is some guide here to convert between two formatsĀ https://www.instructables.com/id/How-to-convert-from-UCF-to-XDC-file/

[ - ]
Reply by mekjaykJuly 17, 2019

Thank you so much for your kind reply.