aboutsummaryrefslogtreecommitdiffstats
path: root/fpga_interchange/examples/const_wire/wire.xdc
diff options
context:
space:
mode:
authorKeith Rothman <537074+litghost@users.noreply.github.com>2021-02-18 16:51:05 -0800
committerKeith Rothman <537074+litghost@users.noreply.github.com>2021-02-23 14:09:27 -0800
commitcf554f9338db84fa0d12afd83e10f7791e62efa1 (patch)
tree54fb24ca161d1717462240d9cbc54188f6b474c5 /fpga_interchange/examples/const_wire/wire.xdc
parent3e5a23ed5b25570c33669dfd8bdd226016968bb5 (diff)
downloadnextpnr-cf554f9338db84fa0d12afd83e10f7791e62efa1.tar.gz
nextpnr-cf554f9338db84fa0d12afd83e10f7791e62efa1.tar.bz2
nextpnr-cf554f9338db84fa0d12afd83e10f7791e62efa1.zip
Add constant network test case.
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
Diffstat (limited to 'fpga_interchange/examples/const_wire/wire.xdc')
-rw-r--r--fpga_interchange/examples/const_wire/wire.xdc5
1 files changed, 5 insertions, 0 deletions
diff --git a/fpga_interchange/examples/const_wire/wire.xdc b/fpga_interchange/examples/const_wire/wire.xdc
new file mode 100644
index 00000000..beab748e
--- /dev/null
+++ b/fpga_interchange/examples/const_wire/wire.xdc
@@ -0,0 +1,5 @@
+set_property PACKAGE_PIN N15 [get_ports o]
+set_property PACKAGE_PIN N16 [get_ports o2]
+
+set_property IOSTANDARD LVCMOS33 [get_ports o]
+set_property IOSTANDARD LVCMOS33 [get_ports o2]