diff options
| author | lonkaars <loek@pipeframe.xyz> | 2022-11-15 10:49:10 +0100 |
|---|---|---|
| committer | lonkaars <loek@pipeframe.xyz> | 2022-11-15 10:49:10 +0100 |
| commit | 21af3a9451169ec7d324c7c53b7e8bc071c654a0 (patch) | |
| tree | a374ff4b49dbfa0e1011d53f3b7f330af3a41407 /adder-and-display/adder-and-display.srcs/constrs_1/main.xdc | |
| parent | ecc6ac625e7ad618dada6dd5b93a0a7aa2614961 (diff) | |
remove pull down resistors
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]}] |