diff options
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 |