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/LCD_message | |
parent | fdd5c7e084529b2a09bed21aef44eb56e82075dc (diff) | |
download | fpga-home-automation-4762ef9b7238f67d065775b752ebf51289c1f437.tar.gz |
Clean project
Diffstat (limited to 'FPGA/LCD_message')
-rw-r--r-- | FPGA/LCD_message/LCD_controller.bsf | 141 | ||||
-rw-r--r-- | FPGA/LCD_message/LCD_message.qpf | 30 | ||||
-rw-r--r-- | FPGA/LCD_message/LCD_message.qsf | 157 | ||||
-rw-r--r-- | FPGA/LCD_message/LCD_message.qws | bin | 1442 -> 0 bytes | |||
-rw-r--r-- | FPGA/LCD_message/lcd.bsf | 154 | ||||
-rw-r--r-- | FPGA/LCD_message/lcd_message.bsf | 85 | ||||
-rw-r--r-- | FPGA/LCD_message/message.bsf | 43 |
7 files changed, 0 insertions, 610 deletions
diff --git a/FPGA/LCD_message/LCD_controller.bsf b/FPGA/LCD_message/LCD_controller.bsf deleted file mode 100644 index 9f6a194..0000000 --- a/FPGA/LCD_message/LCD_controller.bsf +++ /dev/null | |||
@@ -1,141 +0,0 @@ | |||
1 | /* | ||
2 | WARNING: Do NOT edit the input and output ports in this file in a text | ||
3 | editor if you plan to continue editing the block that represents it in | ||
4 | the Block Editor! File corruption is VERY likely to occur. | ||
5 | */ | ||
6 | /* | ||
7 | Copyright (C) 1991-2013 Altera Corporation | ||
8 | Your use of Altera Corporation's design tools, logic functions | ||
9 | and other software and tools, and its AMPP partner logic | ||
10 | functions, and any output files from any of the foregoing | ||
11 | (including device programming or simulation files), and any | ||
12 | associated documentation or information are expressly subject | ||
13 | to the terms and conditions of the Altera Program License | ||
14 | Subscription Agreement, Altera MegaCore Function License | ||
15 | Agreement, or other applicable license agreement, including, | ||
16 | without limitation, that your use is for the sole purpose of | ||
17 | programming logic devices manufactured by Altera and sold by | ||
18 | Altera or its authorized distributors. Please refer to the | ||
19 | applicable agreement for further details. | ||
20 | */ | ||
21 | (header "symbol" (version "1.1")) | ||
22 | (symbol | ||
23 | (rect 16 16 232 256) | ||
24 | (text "LCD_controller" (rect 5 0 66 12)(font "Arial" )) | ||
25 | (text "inst" (rect 8 224 20 236)(font "Arial" )) | ||
26 | (port | ||
27 | (pt 0 32) | ||
28 | (input) | ||
29 | (text "clk" (rect 0 0 10 12)(font "Arial" )) | ||
30 | (text "clk" (rect 21 27 31 39)(font "Arial" )) | ||
31 | (line (pt 0 32)(pt 16 32)(line_width 1)) | ||
32 | ) | ||
33 | (port | ||
34 | (pt 0 48) | ||
35 | (input) | ||
36 | (text "resetn" (rect 0 0 24 12)(font "Arial" )) | ||
37 | (text "resetn" (rect 21 43 45 55)(font "Arial" )) | ||
38 | (line (pt 0 48)(pt 16 48)(line_width 1)) | ||
39 | ) | ||
40 | (port | ||
41 | (pt 0 64) | ||
42 | (input) | ||
43 | (text "en_250kHz" (rect 0 0 44 12)(font "Arial" )) | ||
44 | (text "en_250kHz" (rect 21 59 65 71)(font "Arial" )) | ||
45 | (line (pt 0 64)(pt 16 64)(line_width 1)) | ||
46 | ) | ||
47 | (port | ||
48 | (pt 0 80) | ||
49 | (input) | ||
50 | (text "mode[1..0]" (rect 0 0 41 12)(font "Arial" )) | ||
51 | (text "mode[1..0]" (rect 21 75 62 87)(font "Arial" )) | ||
52 | (line (pt 0 80)(pt 16 80)(line_width 3)) | ||
53 | ) | ||
54 | (port | ||
55 | (pt 0 96) | ||
56 | (input) | ||
57 | (text "char[7..0]" (rect 0 0 37 12)(font "Arial" )) | ||
58 | (text "char[7..0]" (rect 21 91 58 103)(font "Arial" )) | ||
59 | (line (pt 0 96)(pt 16 96)(line_width 3)) | ||
60 | ) | ||
61 | (port | ||
62 | (pt 0 112) | ||
63 | (input) | ||
64 | (text "address[6..0]" (rect 0 0 51 12)(font "Arial" )) | ||
65 | (text "address[6..0]" (rect 21 107 72 119)(font "Arial" )) | ||
66 | (line (pt 0 112)(pt 16 112)(line_width 3)) | ||
67 | ) | ||
68 | (port | ||
69 | (pt 0 128) | ||
70 | (input) | ||
71 | (text "write_char" (rect 0 0 41 12)(font "Arial" )) | ||
72 | (text "write_char" (rect 21 123 62 135)(font "Arial" )) | ||
73 | (line (pt 0 128)(pt 16 128)(line_width 1)) | ||
74 | ) | ||
75 | (port | ||
76 | (pt 0 144) | ||
77 | (input) | ||
78 | (text "write_address" (rect 0 0 55 12)(font "Arial" )) | ||
79 | (text "write_address" (rect 21 139 76 151)(font "Arial" )) | ||
80 | (line (pt 0 144)(pt 16 144)(line_width 1)) | ||
81 | ) | ||
82 | (port | ||
83 | (pt 0 160) | ||
84 | (input) | ||
85 | (text "D" (rect 0 0 7 12)(font "Arial" )) | ||
86 | (text "D" (rect 21 155 28 167)(font "Arial" )) | ||
87 | (line (pt 0 160)(pt 16 160)(line_width 1)) | ||
88 | ) | ||
89 | (port | ||
90 | (pt 0 176) | ||
91 | (input) | ||
92 | (text "C" (rect 0 0 7 12)(font "Arial" )) | ||
93 | (text "C" (rect 21 171 28 183)(font "Arial" )) | ||
94 | (line (pt 0 176)(pt 16 176)(line_width 1)) | ||
95 | ) | ||
96 | (port | ||
97 | (pt 0 192) | ||
98 | (input) | ||
99 | (text "B" (rect 0 0 5 12)(font "Arial" )) | ||
100 | (text "B" (rect 21 187 26 199)(font "Arial" )) | ||
101 | (line (pt 0 192)(pt 16 192)(line_width 1)) | ||
102 | ) | ||
103 | (port | ||
104 | (pt 216 32) | ||
105 | (output) | ||
106 | (text "ready" (rect 0 0 23 12)(font "Arial" )) | ||
107 | (text "ready" (rect 172 27 195 39)(font "Arial" )) | ||
108 | (line (pt 216 32)(pt 200 32)(line_width 1)) | ||
109 | ) | ||
110 | (port | ||
111 | (pt 216 64) | ||
112 | (output) | ||
113 | (text "LCD_RS" (rect 0 0 40 12)(font "Arial" )) | ||
114 | (text "LCD_RS" (rect 155 59 195 71)(font "Arial" )) | ||
115 | (line (pt 216 64)(pt 200 64)(line_width 1)) | ||
116 | ) | ||
117 | (port | ||
118 | (pt 216 80) | ||
119 | (output) | ||
120 | (text "LCD_RW" (rect 0 0 44 12)(font "Arial" )) | ||
121 | (text "LCD_RW" (rect 151 75 195 87)(font "Arial" )) | ||
122 | (line (pt 216 80)(pt 200 80)(line_width 1)) | ||
123 | ) | ||
124 | (port | ||
125 | (pt 216 96) | ||
126 | (output) | ||
127 | (text "LCD_EN" (rect 0 0 40 12)(font "Arial" )) | ||
128 | (text "LCD_EN" (rect 155 91 195 103)(font "Arial" )) | ||
129 | (line (pt 216 96)(pt 200 96)(line_width 1)) | ||
130 | ) | ||
131 | (port | ||
132 | (pt 216 48) | ||
133 | (bidir) | ||
134 | (text "LCD_data[7..0]" (rect 0 0 62 12)(font "Arial" )) | ||
135 | (text "LCD_data[7..0]" (rect 133 43 195 55)(font "Arial" )) | ||
136 | (line (pt 216 48)(pt 200 48)(line_width 3)) | ||
137 | ) | ||
138 | (drawing | ||
139 | (rectangle (rect 16 16 200 224)(line_width 1)) | ||
140 | ) | ||
141 | ) | ||
diff --git a/FPGA/LCD_message/LCD_message.qpf b/FPGA/LCD_message/LCD_message.qpf deleted file mode 100644 index fd5d9af..0000000 --- a/FPGA/LCD_message/LCD_message.qpf +++ /dev/null | |||
@@ -1,30 +0,0 @@ | |||
1 | # -------------------------------------------------------------------------- # | ||
2 | # | ||
3 | # Copyright (C) 1991-2013 Altera Corporation | ||
4 | # Your use of Altera Corporation's design tools, logic functions | ||
5 | # and other software and tools, and its AMPP partner logic | ||
6 | # functions, and any output files from any of the foregoing | ||
7 | # (including device programming or simulation files), and any | ||
8 | # associated documentation or information are expressly subject | ||
9 | # to the terms and conditions of the Altera Program License | ||
10 | # Subscription Agreement, Altera MegaCore Function License | ||
11 | # Agreement, or other applicable license agreement, including, | ||
12 | # without limitation, that your use is for the sole purpose of | ||
13 | # programming logic devices manufactured by Altera and sold by | ||
14 | # Altera or its authorized distributors. Please refer to the | ||
15 | # applicable agreement for further details. | ||
16 | # | ||
17 | # -------------------------------------------------------------------------- # | ||
18 | # | ||
19 | # Quartus II 32-bit | ||
20 | # Version 13.0.1 Build 232 06/12/2013 Service Pack 1 SJ Web Edition | ||
21 | # Date created = 15:35:48 juin 02, 2014 | ||
22 | # | ||
23 | # -------------------------------------------------------------------------- # | ||
24 | |||
25 | QUARTUS_VERSION = "13.0" | ||
26 | DATE = "15:35:48 juin 02, 2014" | ||
27 | |||
28 | # Revisions | ||
29 | |||
30 | PROJECT_REVISION = "LCD_message" | ||
diff --git a/FPGA/LCD_message/LCD_message.qsf b/FPGA/LCD_message/LCD_message.qsf deleted file mode 100644 index 600b941..0000000 --- a/FPGA/LCD_message/LCD_message.qsf +++ /dev/null | |||
@@ -1,157 +0,0 @@ | |||
1 | # -------------------------------------------------------------------------- # | ||
2 | # | ||
3 | # Copyright (C) 1991-2013 Altera Corporation | ||
4 | # Your use of Altera Corporation's design tools, logic functions | ||
5 | # and other software and tools, and its AMPP partner logic | ||
6 | # functions, and any output files from any of the foregoing | ||
7 | # (including device programming or simulation files), and any | ||
8 | # associated documentation or information are expressly subject | ||
9 | # to the terms and conditions of the Altera Program License | ||
10 | # Subscription Agreement, Altera MegaCore Function License | ||
11 | # Agreement, or other applicable license agreement, including, | ||
12 | # without limitation, that your use is for the sole purpose of | ||
13 | # programming logic devices manufactured by Altera and sold by | ||
14 | # Altera or its authorized distributors. Please refer to the | ||
15 | # applicable agreement for further details. | ||
16 | # | ||
17 | # -------------------------------------------------------------------------- # | ||
18 | # | ||
19 | # Quartus II 32-bit | ||
20 | # Version 13.0.1 Build 232 06/12/2013 Service Pack 1 SJ Web Edition | ||
21 | # Date created = 15:35:48 juin 02, 2014 | ||
22 | # | ||
23 | # -------------------------------------------------------------------------- # | ||
24 | # | ||
25 | # Notes: | ||
26 | # | ||
27 | # 1) The default values for assignments are stored in the file: | ||
28 | # LCD_message_assignment_defaults.qdf | ||
29 | # If this file doesn't exist, see file: | ||
30 | # assignment_defaults.qdf | ||
31 | # | ||