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/display/display_pin.tcl | |
parent | fdd5c7e084529b2a09bed21aef44eb56e82075dc (diff) | |
download | fpga-home-automation-4762ef9b7238f67d065775b752ebf51289c1f437.tar.gz |
Clean project
Diffstat (limited to 'FPGA/display/display_pin.tcl')
-rw-r--r-- | FPGA/display/display_pin.tcl | 62 |
1 files changed, 0 insertions, 62 deletions
diff --git a/FPGA/display/display_pin.tcl b/FPGA/display/display_pin.tcl deleted file mode 100644 index 79fc8ad..0000000 --- a/FPGA/display/display_pin.tcl +++ /dev/null | |||
@@ -1,62 +0,0 @@ | |||
1 | set_location_assignment PIN_AE14 -to speed[1] | ||
2 | set_location_assignment PIN_P25 -to speed[0] | ||
3 | |||
4 | set_location_assignment PIN_N26 -to fan_auto | ||
5 | set_location_assignment PIN_N25 -to alarm_user | ||
6 | |||
7 | set_location_assignment PIN_AF10 -to hex0[0] | ||
8 | set_location_assignment PIN_AB12 -to hex0[1] | ||
9 | set_location_assignment PIN_AC12 -to hex0[2] | ||
10 | set_location_assignment PIN_AD11 -to hex0[3] | ||
11 | set_location_assignment PIN_AE11 -to hex0[4] | ||
12 | set_location_assignment PIN_V14 -to hex0[5] | ||
13 | set_location_assignment PIN_V13 -to hex0[6] | ||
14 | set_location_assignment PIN_V20 -to hex1[0] | ||
15 | set_location_assignment PIN_V21 -to hex1[1] | ||
16 | set_location_assignment PIN_W21 -to hex1[2] | ||
17 | set_location_assignment PIN_Y22 -to hex1[3] | ||
18 | set_location_assignment PIN_AA24 -to hex1[4] | ||
19 | set_location_assignment PIN_AA23 -to hex1[5] | ||
20 | set_location_assignment PIN_AB24 -to hex1[6] | ||
21 | set_location_assignment PIN_AB23 -to hex2[0] | ||
22 | set_location_assignment PIN_V22 -to hex2[1] | ||
23 | set_location_assignment PIN_AC25 -to hex2[2] | ||
24 | set_location_assignment PIN_AC26 -to hex2[3] | ||
25 | set_location_assignment PIN_AB26 -to hex2[4] | ||
26 | set_location_assignment PIN_AB25 -to hex2[5] | ||
27 | set_location_assignment PIN_Y24 -to hex2[6] | ||
28 | set_location_assignment PIN_Y23 -to hex3[0] | ||
29 | set_location_assignment PIN_AA25 -to hex3[1] | ||
30 | set_location_assignment PIN_AA26 -to hex3[2] | ||
31 | set_location_assignment PIN_Y26 -to hex3[3] | ||
32 | set_location_assignment PIN_Y25 -to hex3[4] | ||
33 | set_location_assignment PIN_U22 -to hex3[5] | ||
34 | set_location_assignment PIN_W24 -to hex3[6] | ||
35 | set_location_assignment PIN_U9 -to hex4[0] | ||
36 | set_location_assignment PIN_U1 -to hex4[1] | ||
37 | set_location_assignment PIN_U2 -to hex4[2] | ||
38 | set_location_assignment PIN_T4 -to hex4[3] | ||
39 | set_location_assignment PIN_R7 -to hex4[4] | ||
40 | set_location_assignment PIN_R6 -to hex4[5] | ||
41 | set_location_assignment PIN_T3 -to hex4[6] | ||
42 | set_location_assignment PIN_T2 -to hex5[0] | ||
43 | set_location_assignment PIN_P6 -to hex5[1] | ||
44 | set_location_assignment PIN_P7 -to hex5[2] | ||
45 | set_location_assignment PIN_T9 -to hex5[3] | ||
46 | set_location_assignment PIN_R5 -to hex5[4] | ||
47 | set_location_assignment PIN_R4 -to hex5[5] | ||
48 | set_location_assignment PIN_R3 -to hex5[6] | ||
49 | set_location_assignment PIN_R2 -to hex6[0] | ||
50 | set_location_assignment PIN_P4 -to hex6[1] | ||
51 | set_location_assignment PIN_P3 -to hex6[2] | ||
52 | set_location_assignment PIN_M2 -to hex6[3] | ||
53 | set_location_assignment PIN_M3 -to hex6[4] | ||
54 | set_location_assignment PIN_M5 -to hex6[5] | ||
55 | set_location_assignment PIN_M4 -to hex6[6] | ||
56 | set_location_assignment PIN_L3 -to hex7[0] | ||
57 | set_location_assignment PIN_L2 -to hex7[1] | ||
58 | set_location_assignment PIN_L9 -to hex7[2] | ||
59 | set_location_assignment PIN_L6 -to hex7[3] | ||
60 | set_location_assignment PIN_L7 -to hex7[4] | ||
61 | set_location_assignment PIN_P9 -to hex7[5] | ||
62 | set_location_assignment PIN_N9 -to hex7[6] \ No newline at end of file | ||