diff options
Diffstat (limited to 'FPGA/tcl/lcd_pin.tcl')
-rw-r--r-- | FPGA/tcl/lcd_pin.tcl | 13 |
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 @@ | |||
1 | set_location_assignment PIN_K1 -to LCD_RS | ||
2 | set_location_assignment PIN_K4 -to LCD_RW | ||
3 | set_location_assignment PIN_K3 -to LCD_EN | ||
4 | set_location_assignment PIN_K2 -to LCD_BLON | ||
5 | set_location_assignment PIN_L4 -to LCD_ON | ||
6 | set_location_assignment PIN_H3 -to LCD_DATA[7] | ||
7 | set_location_assignment PIN_H4 -to LCD_DATA[6] | ||
8 | set_location_assignment PIN_J3 -to LCD_DATA[5] | ||
9 | set_location_assignment PIN_J4 -to LCD_DATA[4] | ||
10 | set_location_assignment PIN_H2 -to LCD_DATA[3] | ||
11 | set_location_assignment PIN_H1 -to LCD_DATA[2] | ||
12 | set_location_assignment PIN_J2 -to LCD_DATA[1] | ||
13 | set_location_assignment PIN_J1 -to LCD_DATA[0] \ No newline at end of file | ||