diff options
author | Pacien TRAN-GIRARD | 2014-06-15 15:28:10 +0200 |
---|---|---|
committer | Pacien TRAN-GIRARD | 2014-06-15 15:28:10 +0200 |
commit | 4762ef9b7238f67d065775b752ebf51289c1f437 (patch) | |
tree | fb88da863e1bbc068d8258b285663013233ebe7b /FPGA/top/lcd_pin.tcl | |
parent | fdd5c7e084529b2a09bed21aef44eb56e82075dc (diff) | |
download | fpga-home-automation-4762ef9b7238f67d065775b752ebf51289c1f437.tar.gz |
Clean project
Diffstat (limited to 'FPGA/top/lcd_pin.tcl')
-rw-r--r-- | FPGA/top/lcd_pin.tcl | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/FPGA/top/lcd_pin.tcl b/FPGA/top/lcd_pin.tcl deleted file mode 100644 index 370a473..0000000 --- a/FPGA/top/lcd_pin.tcl +++ /dev/null | |||
@@ -1,13 +0,0 @@ | |||
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 | ||