From b3dcc9d507547713b49b3be7c2978b7d47e52111 Mon Sep 17 00:00:00 2001 From: Keith Rothman <537074+litghost@users.noreply.github.com> Date: Wed, 17 Feb 2021 11:58:28 -0800 Subject: Add IOSTANDARD to ports. Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com> --- fpga_interchange/examples/lut/lut.xdc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'fpga_interchange/examples') diff --git a/fpga_interchange/examples/lut/lut.xdc b/fpga_interchange/examples/lut/lut.xdc index 4f7e948b..4f390f25 100644 --- a/fpga_interchange/examples/lut/lut.xdc +++ b/fpga_interchange/examples/lut/lut.xdc @@ -2,4 +2,6 @@ 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] +set_property IOSTANDARD LVCMOS33 [get_ports i0] +set_property IOSTANDARD LVCMOS33 [get_ports i1] +set_property IOSTANDARD LVCMOS33 [get_ports o] -- cgit v1.2.3