diff options
Diffstat (limited to 'adder-and-display/adder-and-display.srcs/constrs_1/main.xdc')
| -rw-r--r-- | adder-and-display/adder-and-display.srcs/constrs_1/main.xdc | 8 |
1 files changed, 0 insertions, 8 deletions
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 b90a3ca..9c803a5 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,11 +41,3 @@ 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 PULLDOWN true [get_ports {DD[7]}] -set_property PULLDOWN true [get_ports {DD[6]}] -set_property PULLDOWN true [get_ports {DD[5]}] -set_property PULLDOWN true [get_ports {DD[4]}] -set_property PULLDOWN true [get_ports {DD[3]}] -set_property PULLDOWN true [get_ports {DD[2]}] -set_property PULLDOWN true [get_ports {DD[1]}] -set_property PULLDOWN true [get_ports {DD[0]}] |