summaryrefslogtreecommitdiff
path: root/FPGA/tcl/lcd_pin.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'FPGA/tcl/lcd_pin.tcl')
-rw-r--r--FPGA/tcl/lcd_pin.tcl13
1 files changed, 13 insertions, 0 deletions
diff --git a/FPGA/tcl/lcd_pin.tcl b/FPGA/tcl/lcd_pin.tcl
new file mode 100644
index 0000000..370a473
--- /dev/null
+++ b/FPGA/tcl/lcd_pin.tcl
@@ -0,0 +1,13 @@
1set_location_assignment PIN_K1 -to LCD_RS
2set_location_assignment PIN_K4 -to LCD_RW
3set_location_assignment PIN_K3 -to LCD_EN
4set_location_assignment PIN_K2 -to LCD_BLON
5set_location_assignment PIN_L4 -to LCD_ON
6set_location_assignment PIN_H3 -to LCD_DATA[7]
7set_location_assignment PIN_H4 -to LCD_DATA[6]
8set_location_assignment PIN_J3 -to LCD_DATA[5]
9set_location_assignment PIN_J4 -to LCD_DATA[4]
10set_location_assignment PIN_H2 -to LCD_DATA[3]
11set_location_assignment PIN_H1 -to LCD_DATA[2]
12set_location_assignment PIN_J2 -to LCD_DATA[1]
13set_location_assignment PIN_J1 -to LCD_DATA[0] \ No newline at end of file