From 4762ef9b7238f67d065775b752ebf51289c1f437 Mon Sep 17 00:00:00 2001 From: Pacien TRAN-GIRARD Date: Sun, 15 Jun 2014 15:28:10 +0200 Subject: Clean project --- FPGA/tcl/lcd_pin.tcl | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 FPGA/tcl/lcd_pin.tcl (limited to 'FPGA/tcl/lcd_pin.tcl') 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 @@ +set_location_assignment PIN_K1 -to LCD_RS +set_location_assignment PIN_K4 -to LCD_RW +set_location_assignment PIN_K3 -to LCD_EN +set_location_assignment PIN_K2 -to LCD_BLON +set_location_assignment PIN_L4 -to LCD_ON +set_location_assignment PIN_H3 -to LCD_DATA[7] +set_location_assignment PIN_H4 -to LCD_DATA[6] +set_location_assignment PIN_J3 -to LCD_DATA[5] +set_location_assignment PIN_J4 -to LCD_DATA[4] +set_location_assignment PIN_H2 -to LCD_DATA[3] +set_location_assignment PIN_H1 -to LCD_DATA[2] +set_location_assignment PIN_J2 -to LCD_DATA[1] +set_location_assignment PIN_J1 -to LCD_DATA[0] \ No newline at end of file -- cgit v1.2.3