Digilent / digilent-xdc

A collection of Master XDC files for Digilent FPGA and Zynq boards.
MIT License
517 stars 572 forks source link

Some boards use two-line per port xdc format #1

Closed artvvb closed 4 years ago

artvvb commented 7 years ago

The Basys 3 and Nexys 4 use set_property twice per port, rather than using -dict to set both IOSTANDARD and PACKAGE_PIN in the same line

ghost commented 6 years ago

although I think that dictionaries improve readability, both variants are valid.