From ca2fe92545dd5989a72f2e8d81aaeb778934307d Mon Sep 17 00:00:00 2001 From: lonkaars Date: Tue, 29 Nov 2022 15:26:25 +0100 Subject: rename stopp to abs8b, add comments and cleanup --- adder-and-display/adder-and-display.srcs/constrs_1/main.xdc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'adder-and-display/adder-and-display.srcs/constrs_1') diff --git a/adder-and-display/adder-and-display.srcs/constrs_1/main.xdc b/adder-and-display/adder-and-display.srcs/constrs_1/main.xdc index 9c803a5..14fdef6 100644 --- a/adder-and-display/adder-and-display.srcs/constrs_1/main.xdc +++ b/adder-and-display/adder-and-display.srcs/constrs_1/main.xdc @@ -41,3 +41,6 @@ set_property PACKAGE_PIN U4 [get_ports {DS[2]}] set_property PACKAGE_PIN V4 [get_ports {DS[1]}] set_property PACKAGE_PIN W4 [get_ports {DS[0]}] + +set_property IOSTANDARD LVCMOS33 [get_ports Cin] +set_property PACKAGE_PIN V2 [get_ports Cin] -- cgit v1.2.3