summaryrefslogtreecommitdiff
path: root/FPGA/commande/commande_pin.tcl
diff options
context:
space:
mode:
authorPacien TRAN-GIRARD2014-04-11 21:07:18 +0200
committerPacien TRAN-GIRARD2014-04-11 21:07:18 +0200
commit2a1b2c866bb630038100a150ee5da976f551e072 (patch)
tree1c4be1030bc807333ae16f02b4299c92879c64cc /FPGA/commande/commande_pin.tcl
parent114850276c3719fd12a4413794943485e1eb7483 (diff)
downloadfpga-home-automation-2a1b2c866bb630038100a150ee5da976f551e072.tar.gz
Add "commande" module
Diffstat (limited to 'FPGA/commande/commande_pin.tcl')
-rw-r--r--FPGA/commande/commande_pin.tcl17
1 files changed, 17 insertions, 0 deletions
diff --git a/FPGA/commande/commande_pin.tcl b/FPGA/commande/commande_pin.tcl
new file mode 100644
index 0000000..c28dbc8
--- /dev/null
+++ b/FPGA/commande/commande_pin.tcl
@@ -0,0 +1,17 @@
1set_location_assignment PIN_N2 -to clk
2set_location_assignment PIN_G26 -to resetn
3
4set_location_assignment PIN_AE14 -to speed_user[1]
5set_location_assignment PIN_P25 -to speed_user[0]
6
7set_location_assignment PIN_N26 -to fan_auto_user
8set_location_assignment PIN_N25 -to alarm_user
9
10set_location_assignment PIN_V2 -to hot
11set_location_assignment PIN_V1 -to sound_high_level
12
13set_location_assignment PIN_AC22 -to speed[1]
14set_location_assignment PIN_AB21 -to speed[0]
15
16set_location_assignment PIN_AF23 -to fan_auto
17set_location_assignment PIN_AE23 -to alarm \ No newline at end of file