aboutsummaryrefslogtreecommitdiffstats
path: root/fpga_interchange/examples/lut/lut.xdc
diff options
context:
space:
mode:
Diffstat (limited to 'fpga_interchange/examples/lut/lut.xdc')
-rw-r--r--fpga_interchange/examples/lut/lut.xdc7
1 files changed, 0 insertions, 7 deletions
diff --git a/fpga_interchange/examples/lut/lut.xdc b/fpga_interchange/examples/lut/lut.xdc
deleted file mode 100644
index 4f390f25..00000000
--- a/fpga_interchange/examples/lut/lut.xdc
+++ /dev/null
@@ -1,7 +0,0 @@
-set_property PACKAGE_PIN N16 [get_ports i0]
-set_property PACKAGE_PIN N15 [get_ports i1]
-set_property PACKAGE_PIN M17 [get_ports o]
-
-set_property IOSTANDARD LVCMOS33 [get_ports i0]
-set_property IOSTANDARD LVCMOS33 [get_ports i1]
-set_property IOSTANDARD LVCMOS33 [get_ports o]