diff options
author | Flenk008 <frenk_0_0@hotmail.com> | 2023-03-09 20:43:56 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-09 20:43:56 +0100 |
commit | eb3a6a29ff9ed83a661588bd584e2fb9c9fada92 (patch) | |
tree | 0b2a9a31034d7778812aea2c5e991f4c5c34a719 /GameLogic/vhdl/constraints.txt | |
parent | 2983fd4fba208b3039be753c80d17804eb4a123e (diff) |
Add files via upload
Diffstat (limited to 'GameLogic/vhdl/constraints.txt')
-rw-r--r-- | GameLogic/vhdl/constraints.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/GameLogic/vhdl/constraints.txt b/GameLogic/vhdl/constraints.txt new file mode 100644 index 0000000..f254cdd --- /dev/null +++ b/GameLogic/vhdl/constraints.txt @@ -0,0 +1,6 @@ +set_property PACKAGE_PIN A15 [get_ports clkSPI]
+set_property PACKAGE_PIN C15 [get_ports csSPI]
+set_property PACKAGE_PIN A17 [get_ports dataSPI]
+set_property IOSTANDARD LVCMOS33 [get_ports dataSPI]
+set_property IOSTANDARD LVCMOS33 [get_ports csSPI]
+set_property IOSTANDARD LVCMOS33 [get_ports clkSPI]
\ No newline at end of file |