diff options
author | gatecat <gatecat@ds0.me> | 2021-06-01 08:57:46 +0100 |
---|---|---|
committer | gatecat <gatecat@ds0.me> | 2021-06-01 09:52:40 +0100 |
commit | 0426ba4e877c0ec1130d8ab7bc74e70cc4e406bf (patch) | |
tree | dd0776a3d57a596b15a3c6c52f7d203cb1094cc1 /fpga_interchange/examples/tests/wire/lifcl40evn.xdc | |
parent | 24ae205f20f0e1a0326e48002ab14d5bacfca1ef (diff) | |
download | nextpnr-0426ba4e877c0ec1130d8ab7bc74e70cc4e406bf.tar.gz nextpnr-0426ba4e877c0ec1130d8ab7bc74e70cc4e406bf.tar.bz2 nextpnr-0426ba4e877c0ec1130d8ab7bc74e70cc4e406bf.zip |
interchange: Add LIFCL-40 EVN tests
Signed-off-by: gatecat <gatecat@ds0.me>
Diffstat (limited to 'fpga_interchange/examples/tests/wire/lifcl40evn.xdc')
-rw-r--r-- | fpga_interchange/examples/tests/wire/lifcl40evn.xdc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/fpga_interchange/examples/tests/wire/lifcl40evn.xdc b/fpga_interchange/examples/tests/wire/lifcl40evn.xdc new file mode 100644 index 00000000..c1a87488 --- /dev/null +++ b/fpga_interchange/examples/tests/wire/lifcl40evn.xdc @@ -0,0 +1,5 @@ +set_property PACKAGE_PIN G19 [get_ports i] +set_property PACKAGE_PIN E17 [get_ports o] + +set_property IOSTANDARD LVCMOS33 [get_ports i] +set_property IOSTANDARD LVCMOS33 [get_ports o] |