1 |
6 |
root |
<html>
|
2 |
|
|
<head>
|
3 |
|
|
<title>OPENCORES.ORG</title>
|
4 |
|
|
<META NAME="keywords" CONTENT="cores, VHDL, Verilog HDL, ASIC, Synthesizable,
|
5 |
|
|
standard cell, IP, Intellectual Property, 32-bit RISC, UART, PCI, SDRAM,
|
6 |
|
|
full custom, system on a chip, SOC, reusable, design, development, synthesis,
|
7 |
|
|
designs, developers, C, Linux, eCos, open, free, open source cores, RTL code,
|
8 |
|
|
system-on-a-chip, circuits, digital, GNU, GPL, core, controller, processor,
|
9 |
|
|
system design, chip design, EDA, design methodology, design tools, ASICs, programmable logic,
|
10 |
|
|
FPGA's, PLDs, CPLDs, verification, Synthesis, HDL, Simulation, IC design software,
|
11 |
|
|
semiconductor design, integrated circuits, system designs, chip designs, EDAs,
|
12 |
|
|
design methodologies, design tool, ASIC, programmable logics, FPGA, PLD, CPLD, Synthesis,
|
13 |
|
|
circuit, Synopsys, system design, chip design, programmable logic, FPGA's, PLDs,
|
14 |
|
|
CPLDs, verification, Simulation">
|
15 |
|
|
<META NAME="description" CONTENT="OPENCORES.ORG endorses development and hosts
|
16 |
|
|
a repository of free, open source IP cores (chip designs, System-on-a-Chip) and
|
17 |
|
|
supplemental boards.">
|
18 |
|
|
</head>
|
19 |
|
|
|
20 |
|
|
<body bgcolor=#ffffff>
|
21 |
|
|
|
22 |
|
|
<table width="100%" cellspacing=5 cellpadding=0 border=0>
|
23 |
|
|
<tr valign="top"><td>
|
24 |
|
|
<center>
|
25 |
|
|
<table cellspacing=0 cellpadding=5 width="100%" valign="top" border=0>
|
26 |
|
|
<tr valign="top"><td bgcolor=#f0f0f0 valign="top">
|
27 |
|
|
<center><font size=+3><b>OPENCORES.ORG</b></font>
|
28 |
|
|
<br><font size=-4><font color=#ffffff>.</font></font>
|
29 |
|
|
<br>
|
30 |
|
|
</center>
|
31 |
|
|
|
32 |
|
|
</td></tr></table>
|
33 |
|
|
|
34 |
|
|
|
35 |
|
|
</center>
|
36 |
|
|
|
37 |
|
|
|
38 |
|
|
</td></tr>
|
39 |
|
|
|
40 |
|
|
<tr valign="top"><td>
|
41 |
|
|
<table border=0 cellspacing=0 cellpadding=5 width="100%"><tr valign="top"><td bgcolor="#f8f8f0">
|
42 |
|
|
|
43 |
|
|
|
44 |
|
|
|
45 |
|
|
</td>
|
46 |
|
|
<td valign="top">
|
47 |
|
|
<table cellpadding=5 width="675"><tr><td valign="top" width="659">
|
48 |
|
|
|
49 |
|
|
<font SIZE="2">
|
50 |
|
|
<p>#include <genlib.h></p>
|
51 |
|
|
<p>main()</p>
|
52 |
|
|
<p>{</p>
|
53 |
|
|
<p>DEF_LOFIG("RAM");</p>
|
54 |
|
|
<p>LOCON("RWS", IN, "RWS" );</p>
|
55 |
|
|
<p>LOCON("CS", IN, "CS" );</p>
|
56 |
|
|
<p>LOCON("res", IN, "res" );</p>
|
57 |
|
|
<p>LOCON("C[0:15]", IN, "C[0:15]" );</p>
|
58 |
|
|
<p>LOCON("IO0", INOUT, "IO0");</p>
|
59 |
|
|
<p>LOCON("IO1", INOUT, "IO1");</p>
|
60 |
|
|
<p>LOCON("IO2", INOUT, "IO2");</p>
|
61 |
|
|
<p>LOCON("IO3", INOUT, "IO3");</p>
|
62 |
|
|
<p>LOCON("IO4", INOUT, "IO4");</p>
|
63 |
|
|
<p>LOCON("IO5", INOUT, "IO5");</p>
|
64 |
|
|
<p>LOCON("IO6", INOUT, "IO6");</p>
|
65 |
|
|
<p>LOCON("IO7", INOUT, "IO7");</p>
|
66 |
|
|
<p>LOCON("vdd", IN, "vdd" );</p>
|
67 |
|
|
<p>LOCON("vss", IN, "vss" );</p>
|
68 |
|
|
<p>LOINS("a2_y", "and1", "RWS", "CS",
|
69 |
|
|
"wren", "vdd", "vss",0);</p>
|
70 |
|
|
<p>/*buffer 7-0 input (write) */</p>
|
71 |
|
|
<p>LOINS("p1_y","bufi7","IO7","in7","vdd","vss",
|
72 |
|
|
0);</p>
|
73 |
|
|
<p>LOINS("p1_y","bufi6","IO6","in6","vdd","vss",
|
74 |
|
|
0);</p>
|
75 |
|
|
<p>LOINS("p1_y","bufi5","IO5","in5","vdd","vss",
|
76 |
|
|
0);</p>
|
77 |
|
|
<p>LOINS("p1_y","bufi4","IO4","in4","vdd","vss",
|
78 |
|
|
0);</p>
|
79 |
|
|
<p>LOINS("p1_y","bufi3","IO3","in3","vdd","vss",
|
80 |
|
|
0);</p>
|
81 |
|
|
<p>LOINS("p1_y","bufi2","IO2","in2","vdd","vss",
|
82 |
|
|
0);</p>
|
83 |
|
|
<p>LOINS("p1_y","bufi1","IO1","in1","vdd","vss",
|
84 |
|
|
0);</p>
|
85 |
|
|
<p>LOINS("p1_y","bufi0","IO0","in0","vdd","vss",
|
86 |
|
|
0);</p>
|
87 |
|
|
<p>LOINS("mc", "mc07", "C[0]", "wren",
|
88 |
|
|
"in7","res", "q7", "vdd",
|
89 |
|
|
"vss",0);</p>
|
90 |
|
|
<p>LOINS("mc", "mc06", "C[0]", "wren",
|
91 |
|
|
"in6","res", "q6", "vdd",
|
92 |
|
|
"vss",0);</p>
|
93 |
|
|
<p>LOINS("mc", "mc05", "C[0]", "wren",
|
94 |
|
|
"in5","res", "q5", "vdd",
|
95 |
|
|
"vss",0);</p>
|
96 |
|
|
<p>LOINS("mc", "mc04", "C[0]", "wren",
|
97 |
|
|
"in4","res", "q4", "vdd",
|
98 |
|
|
"vss",0);</p>
|
99 |
|
|
<p>LOINS("mc", "mc03", "C[0]", "wren",
|
100 |
|
|
"in3","res", "q3", "vdd",
|
101 |
|
|
"vss",0);</p>
|
102 |
|
|
<p>LOINS("mc", "mc02", "C[0]", "wren",
|
103 |
|
|
"in2","res", "q2", "vdd",
|
104 |
|
|
"vss",0);</p>
|
105 |
|
|
<p>LOINS("mc", "mc01", "C[0]", "wren",
|
106 |
|
|
"in1","res", "q1", "vdd",
|
107 |
|
|
"vss",0);</p>
|
108 |
|
|
<p>LOINS("mc", "mc00", "C[0]", "wren",
|
109 |
|
|
"in0","res", "q0", "vdd",
|
110 |
|
|
"vss",0);</p>
|
111 |
|
|
<p> </p>
|
112 |
|
|
<p>LOINS("mc", "mc17", "C[1]", "wren",
|
113 |
|
|
"in7","res", "q7", "vdd",
|
114 |
|
|
"vss",0);</p>
|
115 |
|
|
<p>LOINS("mc", "mc16", "C[1]", "wren",
|
116 |
|
|
"in6","res", "q6", "vdd",
|
117 |
|
|
"vss",0);</p>
|
118 |
|
|
<p>LOINS("mc", "mc15", "C[1]", "wren",
|
119 |
|
|
"in5","res", "q5", "vdd",
|
120 |
|
|
"vss",0);</p>
|
121 |
|
|
<p>LOINS("mc", "mc14", "C[1]", "wren",
|
122 |
|
|
"in4","res", "q4", "vdd",
|
123 |
|
|
"vss",0);</p>
|
124 |
|
|
<p>LOINS("mc", "mc13", "C[1]", "wren",
|
125 |
|
|
"in3","res", "q3", "vdd",
|
126 |
|
|
"vss",0);</p>
|
127 |
|
|
<p>LOINS("mc", "mc12", "C[1]", "wren",
|
128 |
|
|
"in2","res", "q2", "vdd",
|
129 |
|
|
"vss",0);</p>
|
130 |
|
|
<p>LOINS("mc", "mc11", "C[1]", "wren",
|
131 |
|
|
"in1","res", "q1", "vdd",
|
132 |
|
|
"vss",0);</p>
|
133 |
|
|
<p>LOINS("mc", "mc10", "C[1]", "wren",
|
134 |
|
|
"in0","res", "q0", "vdd",
|
135 |
|
|
"vss",0);</p>
|
136 |
|
|
<p>LOINS("mc", "mc27", "C[2]", "wren",
|
137 |
|
|
"in7","res", "q7", "vdd",
|
138 |
|
|
"vss",0);</p>
|
139 |
|
|
<p>LOINS("mc", "mc26", "C[2]", "wren",
|
140 |
|
|
"in6","res", "q6", "vdd",
|
141 |
|
|
"vss",0);</p>
|
142 |
|
|
<p>LOINS("mc", "mc25", "C[2]", "wren",
|
143 |
|
|
"in5","res", "q5", "vdd",
|
144 |
|
|
"vss",0);</p>
|
145 |
|
|
<p>LOINS("mc", "mc24", "C[2]", "wren",
|
146 |
|
|
"in4","res", "q4", "vdd",
|
147 |
|
|
"vss",0);</p>
|
148 |
|
|
<p>LOINS("mc", "mc23", "C[2]", "wren",
|
149 |
|
|
"in3","res", "q3", "vdd",
|
150 |
|
|
"vss",0);</p>
|
151 |
|
|
<p>LOINS("mc", "mc22", "C[2]", "wren",
|
152 |
|
|
"in2","res", "q2", "vdd",
|
153 |
|
|
"vss",0);</p>
|
154 |
|
|
<p>LOINS("mc", "mc21", "C[2]", "wren",
|
155 |
|
|
"in1","res", "q1", "vdd",
|
156 |
|
|
"vss",0);</p>
|
157 |
|
|
<p>LOINS("mc", "mc20", "C[2]", "wren",
|
158 |
|
|
"in0","res", "q0", "vdd",
|
159 |
|
|
"vss",0);</p>
|
160 |
|
|
<p>LOINS("mc", "mc37", "C[3]", "wren",
|
161 |
|
|
"in7","res", "q7", "vdd",
|
162 |
|
|
"vss",0);</p>
|
163 |
|
|
<p>LOINS("mc", "mc36", "C[3]", "wren",
|
164 |
|
|
"in6","res", "q6", "vdd",
|
165 |
|
|
"vss",0);</p>
|
166 |
|
|
<p>LOINS("mc", "mc35", "C[3]", "wren",
|
167 |
|
|
"in5","res", "q5", "vdd",
|
168 |
|
|
"vss",0);</p>
|
169 |
|
|
<p>LOINS("mc", "mc34", "C[3]", "wren",
|
170 |
|
|
"in4","res", "q4", "vdd",
|
171 |
|
|
"vss",0);</p>
|
172 |
|
|
<p>LOINS("mc", "mc33", "C[3]", "wren",
|
173 |
|
|
"in3","res", "q3", "vdd",
|
174 |
|
|
"vss",0);</p>
|
175 |
|
|
<p>LOINS("mc", "mc32", "C[3]", "wren",
|
176 |
|
|
"in2","res", "q2", "vdd",
|
177 |
|
|
"vss",0);</p>
|
178 |
|
|
<p>LOINS("mc", "mc31", "C[3]", "wren",
|
179 |
|
|
"in1","res", "q1", "vdd",
|
180 |
|
|
"vss",0);</p>
|
181 |
|
|
<p>LOINS("mc", "mc30", "C[3]", "wren",
|
182 |
|
|
"in0","res", "q0", "vdd",
|
183 |
|
|
"vss",0);</p>
|
184 |
|
|
<p>LOINS("mc", "mc47", "C[4]", "wren",
|
185 |
|
|
"in7","res", "q7", "vdd",
|
186 |
|
|
"vss",0);</p>
|
187 |
|
|
<p>LOINS("mc", "mc46", "C[4]", "wren",
|
188 |
|
|
"in6","res", "q6", "vdd",
|
189 |
|
|
"vss",0);</p>
|
190 |
|
|
<p>LOINS("mc", "mc45", "C[4]", "wren",
|
191 |
|
|
"in5","res", "q5", "vdd",
|
192 |
|
|
"vss",0);</p>
|
193 |
|
|
<p>LOINS("mc", "mc44", "C[4]", "wren",
|
194 |
|
|
"in4","res", "q4", "vdd",
|
195 |
|
|
"vss",0);</p>
|
196 |
|
|
<p>LOINS("mc", "mc43", "C[4]", "wren",
|
197 |
|
|
"in3","res", "q3", "vdd",
|
198 |
|
|
"vss",0);</p>
|
199 |
|
|
<p>LOINS("mc", "mc42", "C[4]", "wren",
|
200 |
|
|
"in2","res", "q2", "vdd",
|
201 |
|
|
"vss",0);</p>
|
202 |
|
|
<p>LOINS("mc", "mc41", "C[4]", "wren",
|
203 |
|
|
"in1","res", "q1", "vdd",
|
204 |
|
|
"vss",0);</p>
|
205 |
|
|
<p>LOINS("mc", "mc40", "C[4]", "wren",
|
206 |
|
|
"in0","res", "q0", "vdd",
|
207 |
|
|
"vss",0);</p>
|
208 |
|
|
<p>LOINS("mc", "mc57", "C[5]", "wren",
|
209 |
|
|
"in7","res", "q7", "vdd",
|
210 |
|
|
"vss",0);</p>
|
211 |
|
|
<p>LOINS("mc", "mc56", "C[5]", "wren",
|
212 |
|
|
"in6","res", "q6", "vdd",
|
213 |
|
|
"vss",0);</p>
|
214 |
|
|
<p>LOINS("mc", "mc55", "C[5]", "wren",
|
215 |
|
|
"in5","res", "q5", "vdd",
|
216 |
|
|
"vss",0);</p>
|
217 |
|
|
<p>LOINS("mc", "mc54", "C[5]", "wren",
|
218 |
|
|
"in4","res", "q4", "vdd",
|
219 |
|
|
"vss",0);</p>
|
220 |
|
|
<p>LOINS("mc", "mc53", "C[5]", "wren",
|
221 |
|
|
"in3","res", "q3", "vdd",
|
222 |
|
|
"vss",0);</p>
|
223 |
|
|
<p>LOINS("mc", "mc52", "C[5]", "wren",
|
224 |
|
|
"in2","res", "q2", "vdd",
|
225 |
|
|
"vss",0);</p>
|
226 |
|
|
<p>LOINS("mc", "mc51", "C[5]", "wren",
|
227 |
|
|
"in1","res", "q1", "vdd",
|
228 |
|
|
"vss",0);</p>
|
229 |
|
|
<p>LOINS("mc", "mc50", "C[5]", "wren",
|
230 |
|
|
"in0","res", "q0", "vdd",
|
231 |
|
|
"vss",0);</p>
|
232 |
|
|
<p>LOINS("mc", "mc67", "C[6]", "wren",
|
233 |
|
|
"in7","res", "q7", "vdd",
|
234 |
|
|
"vss",0);</p>
|
235 |
|
|
<p>LOINS("mc", "mc66", "C[6]", "wren",
|
236 |
|
|
"in6","res", "q6", "vdd",
|
237 |
|
|
"vss",0);</p>
|
238 |
|
|
<p>LOINS("mc", "mc65", "C[6]", "wren",
|
239 |
|
|
"in5","res", "q5", "vdd",
|
240 |
|
|
"vss",0);</p>
|
241 |
|
|
<p>LOINS("mc", "mc64", "C[6]", "wren",
|
242 |
|
|
"in4","res", "q4", "vdd",
|
243 |
|
|
"vss",0);</p>
|
244 |
|
|
<p>LOINS("mc", "mc63", "C[6]", "wren",
|
245 |
|
|
"in3","res", "q3", "vdd",
|
246 |
|
|
"vss",0);</p>
|
247 |
|
|
<p>LOINS("mc", "mc62", "C[6]", "wren",
|
248 |
|
|
"in2","res", "q2", "vdd",
|
249 |
|
|
"vss",0);</p>
|
250 |
|
|
<p>LOINS("mc", "mc61", "C[6]", "wren",
|
251 |
|
|
"in1","res", "q1", "vdd",
|
252 |
|
|
"vss",0);</p>
|
253 |
|
|
<p>LOINS("mc", "mc60", "C[6]", "wren",
|
254 |
|
|
"in0","res", "q0", "vdd",
|
255 |
|
|
"vss",0);</p>
|
256 |
|
|
<p> </p>
|
257 |
|
|
<p>LOINS("mc", "mc77", "C[7]", "wren",
|
258 |
|
|
"in7","res", "q7", "vdd",
|
259 |
|
|
"vss",0);</p>
|
260 |
|
|
<p>LOINS("mc", "mc76", "C[7]", "wren",
|
261 |
|
|
"in6","res", "q6", "vdd",
|
262 |
|
|
"vss",0);</p>
|
263 |
|
|
<p>LOINS("mc", "mc75", "C[7]", "wren",
|
264 |
|
|
"in5","res", "q5", "vdd",
|
265 |
|
|
"vss",0);</p>
|
266 |
|
|
<p>LOINS("mc", "mc74", "C[7]", "wren",
|
267 |
|
|
"in4","res", "q4", "vdd",
|
268 |
|
|
"vss",0);</p>
|
269 |
|
|
<p>LOINS("mc", "mc73", "C[7]", "wren",
|
270 |
|
|
"in3","res", "q3", "vdd",
|
271 |
|
|
"vss",0);</p>
|
272 |
|
|
<p>LOINS("mc", "mc72", "C[7]", "wren",
|
273 |
|
|
"in2","res", "q2", "vdd",
|
274 |
|
|
"vss",0);</p>
|
275 |
|
|
<p>LOINS("mc", "mc71", "C[7]", "wren",
|
276 |
|
|
"in1","res", "q1", "vdd",
|
277 |
|
|
"vss",0);</p>
|
278 |
|
|
<p>LOINS("mc", "mc70", "C[7]", "wren",
|
279 |
|
|
"in0","res", "q0", "vdd",
|
280 |
|
|
"vss",0);</p>
|
281 |
|
|
<p>LOINS("mc", "mc87", "C[8]", "wren",
|
282 |
|
|
"in7","res", "q7", "vdd",
|
283 |
|
|
"vss",0);</p>
|
284 |
|
|
<p>LOINS("mc", "mc86", "C[8]", "wren",
|
285 |
|
|
"in6","res", "q6", "vdd",
|
286 |
|
|
"vss",0);</p>
|
287 |
|
|
<p>LOINS("mc", "mc85", "C[8]", "wren",
|
288 |
|
|
"in5","res", "q5", "vdd",
|
289 |
|
|
"vss",0);</p>
|
290 |
|
|
<p>LOINS("mc", "mc84", "C[8]", "wren",
|
291 |
|
|
"in4","res", "q4", "vdd",
|
292 |
|
|
"vss",0);</p>
|
293 |
|
|
<p>LOINS("mc", "mc83", "C[8]", "wren",
|
294 |
|
|
"in3","res", "q3", "vdd",
|
295 |
|
|
"vss",0);</p>
|
296 |
|
|
<p>LOINS("mc", "mc82", "C[8]", "wren",
|
297 |
|
|
"in2","res", "q2", "vdd",
|
298 |
|
|
"vss",0);</p>
|
299 |
|
|
<p>LOINS("mc", "mc81", "C[8]", "wren",
|
300 |
|
|
"in1","res", "q1", "vdd",
|
301 |
|
|
"vss",0);</p>
|
302 |
|
|
<p>LOINS("mc", "mc80", "C[8]", "wren",
|
303 |
|
|
"in0","res", "q0", "vdd",
|
304 |
|
|
"vss",0);</p>
|
305 |
|
|
<p>LOINS("mc", "mc97", "C[9]", "wren",
|
306 |
|
|
"in7","res", "q7", "vdd",
|
307 |
|
|
"vss",0);</p>
|
308 |
|
|
<p>LOINS("mc", "mc96", "C[9]", "wren",
|
309 |
|
|
"in6","res", "q6", "vdd",
|
310 |
|
|
"vss",0);</p>
|
311 |
|
|
<p>LOINS("mc", "mc95", "C[9]", "wren",
|
312 |
|
|
"in5","res", "q5", "vdd",
|
313 |
|
|
"vss",0);</p>
|
314 |
|
|
<p>LOINS("mc", "mc94", "C[9]", "wren",
|
315 |
|
|
"in4","res", "q4", "vdd",
|
316 |
|
|
"vss",0);</p>
|
317 |
|
|
<p>LOINS("mc", "mc93", "C[9]", "wren",
|
318 |
|
|
"in3","res", "q3", "vdd",
|
319 |
|
|
"vss",0);</p>
|
320 |
|
|
<p>LOINS("mc", "mc92", "C[9]", "wren",
|
321 |
|
|
"in2","res", "q2", "vdd",
|
322 |
|
|
"vss",0);</p>
|
323 |
|
|
<p>LOINS("mc", "mc91", "C[9]", "wren",
|
324 |
|
|
"in1","res", "q1", "vdd",
|
325 |
|
|
"vss",0);</p>
|
326 |
|
|
<p>LOINS("mc", "mc90", "C[9]", "wren",
|
327 |
|
|
"in0","res", "q0", "vdd",
|
328 |
|
|
"vss",0);</p>
|
329 |
|
|
<p> </p>
|
330 |
|
|
<p>LOINS("mc", "mc107", "C[10]", "wren",
|
331 |
|
|
"in7","res", "q7", "vdd",
|
332 |
|
|
"vss",0);</p>
|
333 |
|
|
<p>LOINS("mc", "mc106", "C[10]", "wren",
|
334 |
|
|
"in6","res", "q6", "vdd",
|
335 |
|
|
"vss",0);</p>
|
336 |
|
|
<p>LOINS("mc", "mc105", "C[10]", "wren",
|
337 |
|
|
"in5","res", "q5", "vdd",
|
338 |
|
|
"vss",0);</p>
|
339 |
|
|
<p>LOINS("mc", "mc104", "C[10]", "wren",
|
340 |
|
|
"in4","res", "q4", "vdd",
|
341 |
|
|
"vss",0);</p>
|
342 |
|
|
<p>LOINS("mc", "mc103", "C[10]", "wren",
|
343 |
|
|
"in3","res", "q3", "vdd",
|
344 |
|
|
"vss",0);</p>
|
345 |
|
|
<p>LOINS("mc", "mc102", "C[10]", "wren",
|
346 |
|
|
"in2","res", "q2", "vdd",
|
347 |
|
|
"vss",0);</p>
|
348 |
|
|
<p>LOINS("mc", "mc101", "C[10]", "wren",
|
349 |
|
|
"in1","res", "q1", "vdd",
|
350 |
|
|
"vss",0);</p>
|
351 |
|
|
<p>LOINS("mc", "mc100", "C[10]", "wren",
|
352 |
|
|
"in0","res", "q0", "vdd",
|
353 |
|
|
"vss",0);</p>
|
354 |
|
|
<p> </p>
|
355 |
|
|
<p>LOINS("mc", "mc117", "C[11]", "wren",
|
356 |
|
|
"in7","res", "q7", "vdd",
|
357 |
|
|
"vss",0);</p>
|
358 |
|
|
<p>LOINS("mc", "mc116", "C[11]", "wren",
|
359 |
|
|
"in6","res", "q6", "vdd",
|
360 |
|
|
"vss",0);</p>
|
361 |
|
|
<p>LOINS("mc", "mc115", "C[11]", "wren",
|
362 |
|
|
"in5","res", "q5", "vdd",
|
363 |
|
|
"vss",0);</p>
|
364 |
|
|
<p>LOINS("mc", "mc114", "C[11]", "wren",
|
365 |
|
|
"in4","res", "q4", "vdd",
|
366 |
|
|
"vss",0);</p>
|
367 |
|
|
<p>LOINS("mc", "mc113", "C[11]", "wren",
|
368 |
|
|
"in3","res", "q3", "vdd",
|
369 |
|
|
"vss",0);</p>
|
370 |
|
|
<p>LOINS("mc", "mc112", "C[11]", "wren",
|
371 |
|
|
"in2","res", "q2", "vdd",
|
372 |
|
|
"vss",0);</p>
|
373 |
|
|
<p>LOINS("mc", "mc111", "C[11]", "wren",
|
374 |
|
|
"in1","res", "q1", "vdd",
|
375 |
|
|
"vss",0);</p>
|
376 |
|
|
<p>LOINS("mc", "mc110", "C[11]", "wren",
|
377 |
|
|
"in0","res", "q0", "vdd",
|
378 |
|
|
"vss",0);</p>
|
379 |
|
|
<p> </p>
|
380 |
|
|
<p>LOINS("mc", "mc127", "C[12]", "wren",
|
381 |
|
|
"in7","res", "q7", "vdd",
|
382 |
|
|
"vss",0);</p>
|
383 |
|
|
<p>LOINS("mc", "mc126", "C[12]", "wren",
|
384 |
|
|
"in6","res", "q6", "vdd",
|
385 |
|
|
"vss",0);</p>
|
386 |
|
|
<p>LOINS("mc", "mc125", "C[12]", "wren",
|
387 |
|
|
"in5","res", "q5", "vdd",
|
388 |
|
|
"vss",0);</p>
|
389 |
|
|
<p>LOINS("mc", "mc124", "C[12]", "wren",
|
390 |
|
|
"in4","res", "q4", "vdd",
|
391 |
|
|
"vss",0);</p>
|
392 |
|
|
<p>LOINS("mc", "mc123", "C[12]", "wren",
|
393 |
|
|
"in3","res", "q3", "vdd",
|
394 |
|
|
"vss",0);</p>
|
395 |
|
|
<p>LOINS("mc", "mc122", "C[12]", "wren",
|
396 |
|
|
"in2","res", "q2", "vdd",
|
397 |
|
|
"vss",0);</p>
|
398 |
|
|
<p>LOINS("mc", "mc121", "C[12]", "wren",
|
399 |
|
|
"in1","res", "q1", "vdd",
|
400 |
|
|
"vss",0);</p>
|
401 |
|
|
<p>LOINS("mc", "mc120", "C[12]", "wren",
|
402 |
|
|
"in0","res", "q0", "vdd",
|
403 |
|
|
"vss",0);</p>
|
404 |
|
|
<p> </p>
|
405 |
|
|
<p>LOINS("mc", "mc137", "C[13]", "wren",
|
406 |
|
|
"in7","res", "q7", "vdd",
|
407 |
|
|
"vss",0);</p>
|
408 |
|
|
<p>LOINS("mc", "mc136", "C[13]", "wren",
|
409 |
|
|
"in6","res", "q6", "vdd",
|
410 |
|
|
"vss",0);</p>
|
411 |
|
|
<p>LOINS("mc", "mc135", "C[13]", "wren",
|
412 |
|
|
"in5","res", "q5", "vdd",
|
413 |
|
|
"vss",0);</p>
|
414 |
|
|
<p>LOINS("mc", "mc134", "C[13]", "wren",
|
415 |
|
|
"in4","res", "q4", "vdd",
|
416 |
|
|
"vss",0);</p>
|
417 |
|
|
<p>LOINS("mc", "mc133", "C[13]", "wren",
|
418 |
|
|
"in3","res", "q3", "vdd",
|
419 |
|
|
"vss",0);</p>
|
420 |
|
|
<p>LOINS("mc", "mc132", "C[13]", "wren",
|
421 |
|
|
"in2","res", "q2", "vdd",
|
422 |
|
|
"vss",0);</p>
|
423 |
|
|
<p>LOINS("mc", "mc131", "C[13]", "wren",
|
424 |
|
|
"in1","res", "q1", "vdd",
|
425 |
|
|
"vss",0);</p>
|
426 |
|
|
<p>LOINS("mc", "mc130", "C[13]", "wren",
|
427 |
|
|
"in0","res", "q0", "vdd",
|
428 |
|
|
"vss",0);</p>
|
429 |
|
|
<p> </p>
|
430 |
|
|
<p>LOINS("mc", "mc147", "C[14]", "wren",
|
431 |
|
|
"in7","res", "q7", "vdd",
|
432 |
|
|
"vss",0);</p>
|
433 |
|
|
<p>LOINS("mc", "mc146", "C[14]", "wren",
|
434 |
|
|
"in6","res", "q6", "vdd",
|
435 |
|
|
"vss",0);</p>
|
436 |
|
|
<p>LOINS("mc", "mc145", "C[14]", "wren",
|
437 |
|
|
"in5","res", "q5", "vdd",
|
438 |
|
|
"vss",0);</p>
|
439 |
|
|
<p>LOINS("mc", "mc144", "C[14]", "wren",
|
440 |
|
|
"in4","res", "q4", "vdd",
|
441 |
|
|
"vss",0);</p>
|
442 |
|
|
<p>LOINS("mc", "mc143", "C[14]", "wren",
|
443 |
|
|
"in3","res", "q3", "vdd",
|
444 |
|
|
"vss",0);</p>
|
445 |
|
|
<p>LOINS("mc", "mc142", "C[14]", "wren",
|
446 |
|
|
"in2","res", "q2", "vdd",
|
447 |
|
|
"vss",0);</p>
|
448 |
|
|
<p>LOINS("mc", "mc141", "C[14]", "wren",
|
449 |
|
|
"in1","res", "q1", "vdd",
|
450 |
|
|
"vss",0);</p>
|
451 |
|
|
<p>LOINS("mc", "mc140", "C[14]", "wren",
|
452 |
|
|
"in0","res", "q0", "vdd",
|
453 |
|
|
"vss",0);</p>
|
454 |
|
|
<p> </p>
|
455 |
|
|
<p>LOINS("mc", "mc157", "C[15]", "wren",
|
456 |
|
|
"in7","res", "q7", "vdd",
|
457 |
|
|
"vss",0);</p>
|
458 |
|
|
<p>LOINS("mc", "mc156", "C[15]", "wren",
|
459 |
|
|
"in6","res", "q6", "vdd",
|
460 |
|
|
"vss",0);</p>
|
461 |
|
|
<p>LOINS("mc", "mc155", "C[15]", "wren",
|
462 |
|
|
"in5","res", "q5", "vdd",
|
463 |
|
|
"vss",0);</p>
|
464 |
|
|
<p>LOINS("mc", "mc154", "C[15]", "wren",
|
465 |
|
|
"in4","res", "q4", "vdd",
|
466 |
|
|
"vss",0);</p>
|
467 |
|
|
<p>LOINS("mc", "mc153", "C[15]", "wren",
|
468 |
|
|
"in3","res", "q3", "vdd",
|
469 |
|
|
"vss",0);</p>
|
470 |
|
|
<p>LOINS("mc", "mc152", "C[15]", "wren",
|
471 |
|
|
"in2","res", "q2", "vdd",
|
472 |
|
|
"vss",0);</p>
|
473 |
|
|
<p>LOINS("mc", "mc151", "C[15]", "wren",
|
474 |
|
|
"in1","res", "q1", "vdd",
|
475 |
|
|
"vss",0);</p>
|
476 |
|
|
<p>LOINS("mc", "mc150", "C[15]", "wren",
|
477 |
|
|
"in0","res", "q0", "vdd",
|
478 |
|
|
"vss",0);</p>
|
479 |
|
|
<p> </p>
|
480 |
|
|
<p>/*buffer 7 - 0 untuk out (read) */</p>
|
481 |
|
|
<p>LOINS("p1_y","bufo7","q7","IO7","vdd","vss",
|
482 |
|
|
0);</p>
|
483 |
|
|
<p>LOINS("p1_y","bufo6","q6","IO6","vdd","vss",
|
484 |
|
|
0);</p>
|
485 |
|
|
<p>LOINS("p1_y","bufo5","q5","IO5","vdd","vss",
|
486 |
|
|
0);</p>
|
487 |
|
|
<p>LOINS("p1_y","bufo4","q4","IO4","vdd","vss",
|
488 |
|
|
0);</p>
|
489 |
|
|
<p>LOINS("p1_y","bufo3","q3","IO3","vdd","vss",
|
490 |
|
|
0);</p>
|
491 |
|
|
<p>LOINS("p1_y","bufo2","q2","IO2","vdd","vss",
|
492 |
|
|
0);</p>
|
493 |
|
|
<p>LOINS("p1_y","bufo1","q1","IO1","vdd","vss",
|
494 |
|
|
0);</p>
|
495 |
|
|
<p>LOINS("p1_y","bufo0","q0","IO0","vdd","vss",
|
496 |
|
|
0);</p>
|
497 |
|
|
<p> </p>
|
498 |
|
|
<p>SAVE_LOFIG();</p>
|
499 |
|
|
<p>exit(0);</p>
|
500 |
|
|
<p>}</p>
|
501 |
|
|
<p> </p>
|
502 |
|
|
<p> </p>
|
503 |
|
|
</font>
|
504 |
|
|
|
505 |
|
|
<b><font size=+1>Maintainers and Authors :</font></b>
|
506 |
|
|
<p>LCD Driver development team
|
507 |
|
|
<p>current members:
|
508 |
|
|
|
509 |
|
|
<ul>
|
510 |
|
|
<li>
|
511 |
|
|
<a href="mailto:marta@vlsi.itb.ac.id">Hendra Gunawan</a></li>
|
512 |
|
|
|
513 |
|
|
<li>
|
514 |
|
|
<a href="mailto:sigit@students.ee.itb.ac.id">Nurhadi Wiyono</a></li>
|
515 |
|
|
|
516 |
|
|
<li>
|
517 |
|
|
<a href="mailto:sigit@students.ee.itb.ac.id">Kharisma Sinung P</a></li>
|
518 |
|
|
|
519 |
|
|
</ul>
|
520 |
|
|
|
521 |
|
|
<p>
|
522 |
|
|
<b><font size=+1>Mailing-list:</font></b>
|
523 |
|
|
<ul><a href="mailto:cores@opencores.org_NOSPAM">cores@opencores.org_NOSPAM</a></ul>
|
524 |
|
|
|
525 |
|
|
|
526 |
|
|
|
527 |
|
|
|
528 |
|
|
|
529 |
|
|
|
530 |
|
|
</td></tr></table>
|
531 |
|
|
</td></tr>
|
532 |
|
|
<tr><td bgcolor="#f8f8f0"> </td>
|
533 |
|
|
<td valign="bottom">
|
534 |
|
|
<table cellspacing=0 cellpadding=4 border=0 width="100%"bgcolor="#f0f0f0"><tr>
|
535 |
|
|
<td align=left><i><small>Last modified on Sunday, 17-Sep-2000 03:58:04 JAVT</i></td>
|
536 |
|
|
<td align=right><i><small>Copyright © 1999-2000 OPENCORES.ORG. All rights reserved.</td>
|
537 |
|
|
</tr></table>
|
538 |
|
|
|
539 |
|
|
</td></tr></table>
|
540 |
|
|
|
541 |
|
|
</td></tr></table>
|
542 |
|
|
|
543 |
|
|
</body></html>
|