summaryrefslogtreecommitdiff
path: root/FPGA/top/lcd_pin.tcl
diff options
context:
space:
mode:
authorPacien TRAN-GIRARD2014-04-11 22:57:17 +0200
committerPacien TRAN-GIRARD2014-04-11 22:57:17 +0200
commitd091bb2cb82f66d187df8f3aba6afcf4041b72ce (patch)
tree31a6df402f4b6737c2bdae043b6538ca8335b1d7 /FPGA/top/lcd_pin.tcl
parent693a38c41f26c27e54a7e8b96c550eaf6008b56f (diff)
downloadfpga-home-automation-d091bb2cb82f66d187df8f3aba6afcf4041b72ce.tar.gz
Add top module
Diffstat (limited to 'FPGA/top/lcd_pin.tcl')
-rw-r--r--FPGA/top/lcd_pin.tcl13
1 files changed, 13 insertions, 0 deletions
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 @@
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