news icon indicating copy to clipboard operation
news copied to clipboard

Structured constraint files for HDL designs targeting FPGA boards

Open umarcor opened this issue 4 years ago • 0 comments

ref: https://github.com/hdl/constraints
tags: [fpga, synthesis, xdc, lpf, pcf, ucf, sdc]
related: [23, 27]
repo: hdl/constraints

Any HDL design targeting FPGA boards needs constraint files in a vendor/tool specific format. Constraints are typically tied to the board and the interfaces, but not to the actual design. Therefore, copying them is inefficient and increases the maintenance burden of projects including multiple designs to be tested on several boards. This repository provides constraint definitions in a standardised and distributed format, fot decoupling board details from design sources.

umarcor avatar Oct 22 '20 21:10 umarcor