1
0
mirror of https://github.com/YosysHQ/nextpnr.git synced 2026-04-24 19:40:12 +00:00
Files
YosysHQ.nextpnr/fpga_interchange/examples/tests/wire/zybo.xdc
2021-03-23 21:05:58 +01:00

6 lines
181 B
Tcl

set_property PACKAGE_PIN G15 [get_ports i]
set_property PACKAGE_PIN M14 [get_ports o]
set_property IOSTANDARD LVCMOS33 [get_ports i]
set_property IOSTANDARD LVCMOS33 [get_ports o]