aboutsummaryrefslogtreecommitdiffstats
path: root/fpga_interchange/examples/tests/ff/arty35t.xdc
diff options
context:
space:
mode:
Diffstat (limited to 'fpga_interchange/examples/tests/ff/arty35t.xdc')
-rw-r--r--fpga_interchange/examples/tests/ff/arty35t.xdc9
1 files changed, 9 insertions, 0 deletions
diff --git a/fpga_interchange/examples/tests/ff/arty35t.xdc b/fpga_interchange/examples/tests/ff/arty35t.xdc
new file mode 100644
index 00000000..29456f2a
--- /dev/null
+++ b/fpga_interchange/examples/tests/ff/arty35t.xdc
@@ -0,0 +1,9 @@
+set_property PACKAGE_PIN E3 [get_ports clk]
+set_property PACKAGE_PIN A8 [get_ports d]
+set_property PACKAGE_PIN D9 [get_ports r]
+set_property PACKAGE_PIN H5 [get_ports q]
+
+set_property IOSTANDARD LVCMOS33 [get_ports clk]
+set_property IOSTANDARD LVCMOS33 [get_ports d]
+set_property IOSTANDARD LVCMOS33 [get_ports r]
+set_property IOSTANDARD LVCMOS33 [get_ports q]