diff options
author | Pacien TRAN-GIRARD | 2014-04-11 22:57:17 +0200 |
---|---|---|
committer | Pacien TRAN-GIRARD | 2014-04-11 22:57:17 +0200 |
commit | d091bb2cb82f66d187df8f3aba6afcf4041b72ce (patch) | |
tree | 31a6df402f4b6737c2bdae043b6538ca8335b1d7 /FPGA/top/demo_io_pin.tcl | |
parent | 693a38c41f26c27e54a7e8b96c550eaf6008b56f (diff) | |
download | fpga-home-automation-d091bb2cb82f66d187df8f3aba6afcf4041b72ce.tar.gz |
Add top module
Diffstat (limited to 'FPGA/top/demo_io_pin.tcl')
-rw-r--r-- | FPGA/top/demo_io_pin.tcl | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/FPGA/top/demo_io_pin.tcl b/FPGA/top/demo_io_pin.tcl new file mode 100644 index 0000000..c28dbc8 --- /dev/null +++ b/FPGA/top/demo_io_pin.tcl | |||
@@ -0,0 +1,17 @@ | |||
1 | set_location_assignment PIN_N2 -to clk | ||
2 | set_location_assignment PIN_G26 -to resetn | ||
3 | |||
4 | set_location_assignment PIN_AE14 -to speed_user[1] | ||
5 | set_location_assignment PIN_P25 -to speed_user[0] | ||
6 | |||
7 | set_location_assignment PIN_N26 -to fan_auto_user | ||
8 | set_location_assignment PIN_N25 -to alarm_user | ||
9 | |||
10 | set_location_assignment PIN_V2 -to hot | ||
11 | set_location_assignment PIN_V1 -to sound_high_level | ||
12 | |||
13 | set_location_assignment PIN_AC22 -to speed[1] | ||
14 | set_location_assignment PIN_AB21 -to speed[0] | ||
15 | |||
16 | set_location_assignment PIN_AF23 -to fan_auto | ||
17 | set_location_assignment PIN_AE23 -to alarm \ No newline at end of file | ||