From d091bb2cb82f66d187df8f3aba6afcf4041b72ce Mon Sep 17 00:00:00 2001 From: Pacien TRAN-GIRARD Date: Fri, 11 Apr 2014 22:57:17 +0200 Subject: Add top module --- FPGA/top/lcd_pin.tcl | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 FPGA/top/lcd_pin.tcl (limited to 'FPGA/top/lcd_pin.tcl') diff --git a/FPGA/top/lcd_pin.tcl b/FPGA/top/lcd_pin.tcl new file mode 100644 index 0000000..370a473 --- /dev/null +++ b/FPGA/top/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