OpenCores
URL https://opencores.org/ocsvn/lcd/lcd/trunk

Subversion Repositories lcd

[/] [lcd/] [web_uploads/] [ramc.shtml] - Rev 6

Compare with Previous | Blame | View Log

<html>
<head>
<title>OPENCORES.ORG</title>
<META NAME="keywords" CONTENT="cores, VHDL, Verilog HDL, ASIC, Synthesizable,
standard cell, IP, Intellectual Property, 32-bit RISC, UART, PCI, SDRAM,
full custom, system on a chip, SOC, reusable, design, development, synthesis,
designs, developers, C, Linux, eCos, open, free, open source cores, RTL code,
system-on-a-chip, circuits, digital, GNU, GPL, core, controller, processor,
system design, chip design, EDA, design methodology, design tools, ASICs, programmable logic,
FPGA's, PLDs, CPLDs, verification, Synthesis, HDL, Simulation, IC design software,
semiconductor design, integrated circuits, system designs, chip designs, EDAs, 
design methodologies, design tool, ASIC, programmable logics, FPGA, PLD, CPLD, Synthesis, 
circuit, Synopsys, system design, chip design, programmable logic, FPGA's, PLDs, 
CPLDs, verification, Simulation">
<META NAME="description" CONTENT="OPENCORES.ORG endorses development and hosts
a repository of free, open source IP cores (chip designs, System-on-a-Chip) and
supplemental boards.">
</head>
 
<body bgcolor=#ffffff>
 
<table width="100%" cellspacing=5 cellpadding=0 border=0>
    <tr valign="top"><td>
    <center>
        <table cellspacing=0 cellpadding=5 width="100%" valign="top" border=0>
<tr valign="top"><td bgcolor=#f0f0f0 valign="top">
<center><font size=+3><b>OPENCORES.ORG</b></font>
<br><font size=-4><font color=#ffffff>.</font></font>
<br> 
</center> 
 
</td></tr></table>
 
 
    </center>
 
 
    </td></tr>
 
    <tr valign="top"><td>
    <table border=0 cellspacing=0 cellpadding=5 width="100%"><tr valign="top"><td bgcolor="#f8f8f0">
        &nbsp;
 
 
    </td>
    <td valign="top">
    <table cellpadding=5 width="675"><tr><td valign="top" width="659">
 
<font SIZE="2">&nbsp;
<p>#include &lt;genlib.h&gt;</p>
<p>main()</p>
<p>{</p>
<p>DEF_LOFIG(&quot;RAM&quot;);</p>
<p>LOCON(&quot;RWS&quot;, IN, &quot;RWS&quot; );</p>
<p>LOCON(&quot;CS&quot;, IN, &quot;CS&quot; );</p>
<p>LOCON(&quot;res&quot;, IN, &quot;res&quot; );</p>
<p>LOCON(&quot;C[0:15]&quot;, IN, &quot;C[0:15]&quot; );</p>
<p>LOCON(&quot;IO0&quot;, INOUT, &quot;IO0&quot;);</p>
<p>LOCON(&quot;IO1&quot;, INOUT, &quot;IO1&quot;);</p>
<p>LOCON(&quot;IO2&quot;, INOUT, &quot;IO2&quot;);</p>
<p>LOCON(&quot;IO3&quot;, INOUT, &quot;IO3&quot;);</p>
<p>LOCON(&quot;IO4&quot;, INOUT, &quot;IO4&quot;);</p>
<p>LOCON(&quot;IO5&quot;, INOUT, &quot;IO5&quot;);</p>
<p>LOCON(&quot;IO6&quot;, INOUT, &quot;IO6&quot;);</p>
<p>LOCON(&quot;IO7&quot;, INOUT, &quot;IO7&quot;);</p>
<p>LOCON(&quot;vdd&quot;, IN, &quot;vdd&quot; );</p>
<p>LOCON(&quot;vss&quot;, IN, &quot;vss&quot; );</p>
<p>LOINS(&quot;a2_y&quot;, &quot;and1&quot;, &quot;RWS&quot;, &quot;CS&quot;,
&quot;wren&quot;, &quot;vdd&quot;, &quot;vss&quot;,0);</p>
<p>/*buffer 7-0 input (write) */</p>
<p>LOINS(&quot;p1_y&quot;,&quot;bufi7&quot;,&quot;IO7&quot;,&quot;in7&quot;,&quot;vdd&quot;,&quot;vss&quot;,
0);</p>
<p>LOINS(&quot;p1_y&quot;,&quot;bufi6&quot;,&quot;IO6&quot;,&quot;in6&quot;,&quot;vdd&quot;,&quot;vss&quot;,
0);</p>
<p>LOINS(&quot;p1_y&quot;,&quot;bufi5&quot;,&quot;IO5&quot;,&quot;in5&quot;,&quot;vdd&quot;,&quot;vss&quot;,
0);</p>
<p>LOINS(&quot;p1_y&quot;,&quot;bufi4&quot;,&quot;IO4&quot;,&quot;in4&quot;,&quot;vdd&quot;,&quot;vss&quot;,
0);</p>
<p>LOINS(&quot;p1_y&quot;,&quot;bufi3&quot;,&quot;IO3&quot;,&quot;in3&quot;,&quot;vdd&quot;,&quot;vss&quot;,
0);</p>
<p>LOINS(&quot;p1_y&quot;,&quot;bufi2&quot;,&quot;IO2&quot;,&quot;in2&quot;,&quot;vdd&quot;,&quot;vss&quot;,
0);</p>
<p>LOINS(&quot;p1_y&quot;,&quot;bufi1&quot;,&quot;IO1&quot;,&quot;in1&quot;,&quot;vdd&quot;,&quot;vss&quot;,
0);</p>
<p>LOINS(&quot;p1_y&quot;,&quot;bufi0&quot;,&quot;IO0&quot;,&quot;in0&quot;,&quot;vdd&quot;,&quot;vss&quot;,
0);</p>
<p>LOINS(&quot;mc&quot;, &quot;mc07&quot;, &quot;C[0]&quot;, &quot;wren&quot;,
&quot;in7&quot;,&quot;res&quot;, &quot;q7&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>LOINS(&quot;mc&quot;, &quot;mc06&quot;, &quot;C[0]&quot;, &quot;wren&quot;,
&quot;in6&quot;,&quot;res&quot;, &quot;q6&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>LOINS(&quot;mc&quot;, &quot;mc05&quot;, &quot;C[0]&quot;, &quot;wren&quot;,
&quot;in5&quot;,&quot;res&quot;, &quot;q5&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>LOINS(&quot;mc&quot;, &quot;mc04&quot;, &quot;C[0]&quot;, &quot;wren&quot;,
&quot;in4&quot;,&quot;res&quot;, &quot;q4&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>LOINS(&quot;mc&quot;, &quot;mc03&quot;, &quot;C[0]&quot;, &quot;wren&quot;,
&quot;in3&quot;,&quot;res&quot;, &quot;q3&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>LOINS(&quot;mc&quot;, &quot;mc02&quot;, &quot;C[0]&quot;, &quot;wren&quot;,
&quot;in2&quot;,&quot;res&quot;, &quot;q2&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>LOINS(&quot;mc&quot;, &quot;mc01&quot;, &quot;C[0]&quot;, &quot;wren&quot;,
&quot;in1&quot;,&quot;res&quot;, &quot;q1&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>LOINS(&quot;mc&quot;, &quot;mc00&quot;, &quot;C[0]&quot;, &quot;wren&quot;,
&quot;in0&quot;,&quot;res&quot;, &quot;q0&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>&nbsp;</p>
<p>LOINS(&quot;mc&quot;, &quot;mc17&quot;, &quot;C[1]&quot;, &quot;wren&quot;,
&quot;in7&quot;,&quot;res&quot;, &quot;q7&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>LOINS(&quot;mc&quot;, &quot;mc16&quot;, &quot;C[1]&quot;, &quot;wren&quot;,
&quot;in6&quot;,&quot;res&quot;, &quot;q6&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>LOINS(&quot;mc&quot;, &quot;mc15&quot;, &quot;C[1]&quot;, &quot;wren&quot;,
&quot;in5&quot;,&quot;res&quot;, &quot;q5&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>LOINS(&quot;mc&quot;, &quot;mc14&quot;, &quot;C[1]&quot;, &quot;wren&quot;,
&quot;in4&quot;,&quot;res&quot;, &quot;q4&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>LOINS(&quot;mc&quot;, &quot;mc13&quot;, &quot;C[1]&quot;, &quot;wren&quot;,
&quot;in3&quot;,&quot;res&quot;, &quot;q3&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>LOINS(&quot;mc&quot;, &quot;mc12&quot;, &quot;C[1]&quot;, &quot;wren&quot;,
&quot;in2&quot;,&quot;res&quot;, &quot;q2&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>LOINS(&quot;mc&quot;, &quot;mc11&quot;, &quot;C[1]&quot;, &quot;wren&quot;,
&quot;in1&quot;,&quot;res&quot;, &quot;q1&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>LOINS(&quot;mc&quot;, &quot;mc10&quot;, &quot;C[1]&quot;, &quot;wren&quot;,
&quot;in0&quot;,&quot;res&quot;, &quot;q0&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>LOINS(&quot;mc&quot;, &quot;mc27&quot;, &quot;C[2]&quot;, &quot;wren&quot;,
&quot;in7&quot;,&quot;res&quot;, &quot;q7&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>LOINS(&quot;mc&quot;, &quot;mc26&quot;, &quot;C[2]&quot;, &quot;wren&quot;,
&quot;in6&quot;,&quot;res&quot;, &quot;q6&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>LOINS(&quot;mc&quot;, &quot;mc25&quot;, &quot;C[2]&quot;, &quot;wren&quot;,
&quot;in5&quot;,&quot;res&quot;, &quot;q5&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>LOINS(&quot;mc&quot;, &quot;mc24&quot;, &quot;C[2]&quot;, &quot;wren&quot;,
&quot;in4&quot;,&quot;res&quot;, &quot;q4&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>LOINS(&quot;mc&quot;, &quot;mc23&quot;, &quot;C[2]&quot;, &quot;wren&quot;,
&quot;in3&quot;,&quot;res&quot;, &quot;q3&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>LOINS(&quot;mc&quot;, &quot;mc22&quot;, &quot;C[2]&quot;, &quot;wren&quot;,
&quot;in2&quot;,&quot;res&quot;, &quot;q2&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>LOINS(&quot;mc&quot;, &quot;mc21&quot;, &quot;C[2]&quot;, &quot;wren&quot;,
&quot;in1&quot;,&quot;res&quot;, &quot;q1&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>LOINS(&quot;mc&quot;, &quot;mc20&quot;, &quot;C[2]&quot;, &quot;wren&quot;,
&quot;in0&quot;,&quot;res&quot;, &quot;q0&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>LOINS(&quot;mc&quot;, &quot;mc37&quot;, &quot;C[3]&quot;, &quot;wren&quot;,
&quot;in7&quot;,&quot;res&quot;, &quot;q7&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>LOINS(&quot;mc&quot;, &quot;mc36&quot;, &quot;C[3]&quot;, &quot;wren&quot;,
&quot;in6&quot;,&quot;res&quot;, &quot;q6&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>LOINS(&quot;mc&quot;, &quot;mc35&quot;, &quot;C[3]&quot;, &quot;wren&quot;,
&quot;in5&quot;,&quot;res&quot;, &quot;q5&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>LOINS(&quot;mc&quot;, &quot;mc34&quot;, &quot;C[3]&quot;, &quot;wren&quot;,
&quot;in4&quot;,&quot;res&quot;, &quot;q4&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>LOINS(&quot;mc&quot;, &quot;mc33&quot;, &quot;C[3]&quot;, &quot;wren&quot;,
&quot;in3&quot;,&quot;res&quot;, &quot;q3&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>LOINS(&quot;mc&quot;, &quot;mc32&quot;, &quot;C[3]&quot;, &quot;wren&quot;,
&quot;in2&quot;,&quot;res&quot;, &quot;q2&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>LOINS(&quot;mc&quot;, &quot;mc31&quot;, &quot;C[3]&quot;, &quot;wren&quot;,
&quot;in1&quot;,&quot;res&quot;, &quot;q1&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>LOINS(&quot;mc&quot;, &quot;mc30&quot;, &quot;C[3]&quot;, &quot;wren&quot;,
&quot;in0&quot;,&quot;res&quot;, &quot;q0&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>LOINS(&quot;mc&quot;, &quot;mc47&quot;, &quot;C[4]&quot;, &quot;wren&quot;,
&quot;in7&quot;,&quot;res&quot;, &quot;q7&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>LOINS(&quot;mc&quot;, &quot;mc46&quot;, &quot;C[4]&quot;, &quot;wren&quot;,
&quot;in6&quot;,&quot;res&quot;, &quot;q6&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>LOINS(&quot;mc&quot;, &quot;mc45&quot;, &quot;C[4]&quot;, &quot;wren&quot;,
&quot;in5&quot;,&quot;res&quot;, &quot;q5&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>LOINS(&quot;mc&quot;, &quot;mc44&quot;, &quot;C[4]&quot;, &quot;wren&quot;,
&quot;in4&quot;,&quot;res&quot;, &quot;q4&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>LOINS(&quot;mc&quot;, &quot;mc43&quot;, &quot;C[4]&quot;, &quot;wren&quot;,
&quot;in3&quot;,&quot;res&quot;, &quot;q3&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>LOINS(&quot;mc&quot;, &quot;mc42&quot;, &quot;C[4]&quot;, &quot;wren&quot;,
&quot;in2&quot;,&quot;res&quot;, &quot;q2&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>LOINS(&quot;mc&quot;, &quot;mc41&quot;, &quot;C[4]&quot;, &quot;wren&quot;,
&quot;in1&quot;,&quot;res&quot;, &quot;q1&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>LOINS(&quot;mc&quot;, &quot;mc40&quot;, &quot;C[4]&quot;, &quot;wren&quot;,
&quot;in0&quot;,&quot;res&quot;, &quot;q0&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>LOINS(&quot;mc&quot;, &quot;mc57&quot;, &quot;C[5]&quot;, &quot;wren&quot;,
&quot;in7&quot;,&quot;res&quot;, &quot;q7&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>LOINS(&quot;mc&quot;, &quot;mc56&quot;, &quot;C[5]&quot;, &quot;wren&quot;,
&quot;in6&quot;,&quot;res&quot;, &quot;q6&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>LOINS(&quot;mc&quot;, &quot;mc55&quot;, &quot;C[5]&quot;, &quot;wren&quot;,
&quot;in5&quot;,&quot;res&quot;, &quot;q5&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>LOINS(&quot;mc&quot;, &quot;mc54&quot;, &quot;C[5]&quot;, &quot;wren&quot;,
&quot;in4&quot;,&quot;res&quot;, &quot;q4&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>LOINS(&quot;mc&quot;, &quot;mc53&quot;, &quot;C[5]&quot;, &quot;wren&quot;,
&quot;in3&quot;,&quot;res&quot;, &quot;q3&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>LOINS(&quot;mc&quot;, &quot;mc52&quot;, &quot;C[5]&quot;, &quot;wren&quot;,
&quot;in2&quot;,&quot;res&quot;, &quot;q2&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>LOINS(&quot;mc&quot;, &quot;mc51&quot;, &quot;C[5]&quot;, &quot;wren&quot;,
&quot;in1&quot;,&quot;res&quot;, &quot;q1&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>LOINS(&quot;mc&quot;, &quot;mc50&quot;, &quot;C[5]&quot;, &quot;wren&quot;,
&quot;in0&quot;,&quot;res&quot;, &quot;q0&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>LOINS(&quot;mc&quot;, &quot;mc67&quot;, &quot;C[6]&quot;, &quot;wren&quot;,
&quot;in7&quot;,&quot;res&quot;, &quot;q7&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>LOINS(&quot;mc&quot;, &quot;mc66&quot;, &quot;C[6]&quot;, &quot;wren&quot;,
&quot;in6&quot;,&quot;res&quot;, &quot;q6&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>LOINS(&quot;mc&quot;, &quot;mc65&quot;, &quot;C[6]&quot;, &quot;wren&quot;,
&quot;in5&quot;,&quot;res&quot;, &quot;q5&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>LOINS(&quot;mc&quot;, &quot;mc64&quot;, &quot;C[6]&quot;, &quot;wren&quot;,
&quot;in4&quot;,&quot;res&quot;, &quot;q4&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>LOINS(&quot;mc&quot;, &quot;mc63&quot;, &quot;C[6]&quot;, &quot;wren&quot;,
&quot;in3&quot;,&quot;res&quot;, &quot;q3&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>LOINS(&quot;mc&quot;, &quot;mc62&quot;, &quot;C[6]&quot;, &quot;wren&quot;,
&quot;in2&quot;,&quot;res&quot;, &quot;q2&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>LOINS(&quot;mc&quot;, &quot;mc61&quot;, &quot;C[6]&quot;, &quot;wren&quot;,
&quot;in1&quot;,&quot;res&quot;, &quot;q1&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>LOINS(&quot;mc&quot;, &quot;mc60&quot;, &quot;C[6]&quot;, &quot;wren&quot;,
&quot;in0&quot;,&quot;res&quot;, &quot;q0&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>&nbsp;</p>
<p>LOINS(&quot;mc&quot;, &quot;mc77&quot;, &quot;C[7]&quot;, &quot;wren&quot;,
&quot;in7&quot;,&quot;res&quot;, &quot;q7&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>LOINS(&quot;mc&quot;, &quot;mc76&quot;, &quot;C[7]&quot;, &quot;wren&quot;,
&quot;in6&quot;,&quot;res&quot;, &quot;q6&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>LOINS(&quot;mc&quot;, &quot;mc75&quot;, &quot;C[7]&quot;, &quot;wren&quot;,
&quot;in5&quot;,&quot;res&quot;, &quot;q5&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>LOINS(&quot;mc&quot;, &quot;mc74&quot;, &quot;C[7]&quot;, &quot;wren&quot;,
&quot;in4&quot;,&quot;res&quot;, &quot;q4&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>LOINS(&quot;mc&quot;, &quot;mc73&quot;, &quot;C[7]&quot;, &quot;wren&quot;,
&quot;in3&quot;,&quot;res&quot;, &quot;q3&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>LOINS(&quot;mc&quot;, &quot;mc72&quot;, &quot;C[7]&quot;, &quot;wren&quot;,
&quot;in2&quot;,&quot;res&quot;, &quot;q2&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>LOINS(&quot;mc&quot;, &quot;mc71&quot;, &quot;C[7]&quot;, &quot;wren&quot;,
&quot;in1&quot;,&quot;res&quot;, &quot;q1&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>LOINS(&quot;mc&quot;, &quot;mc70&quot;, &quot;C[7]&quot;, &quot;wren&quot;,
&quot;in0&quot;,&quot;res&quot;, &quot;q0&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>LOINS(&quot;mc&quot;, &quot;mc87&quot;, &quot;C[8]&quot;, &quot;wren&quot;,
&quot;in7&quot;,&quot;res&quot;, &quot;q7&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>LOINS(&quot;mc&quot;, &quot;mc86&quot;, &quot;C[8]&quot;, &quot;wren&quot;,
&quot;in6&quot;,&quot;res&quot;, &quot;q6&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>LOINS(&quot;mc&quot;, &quot;mc85&quot;, &quot;C[8]&quot;, &quot;wren&quot;,
&quot;in5&quot;,&quot;res&quot;, &quot;q5&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>LOINS(&quot;mc&quot;, &quot;mc84&quot;, &quot;C[8]&quot;, &quot;wren&quot;,
&quot;in4&quot;,&quot;res&quot;, &quot;q4&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>LOINS(&quot;mc&quot;, &quot;mc83&quot;, &quot;C[8]&quot;, &quot;wren&quot;,
&quot;in3&quot;,&quot;res&quot;, &quot;q3&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>LOINS(&quot;mc&quot;, &quot;mc82&quot;, &quot;C[8]&quot;, &quot;wren&quot;,
&quot;in2&quot;,&quot;res&quot;, &quot;q2&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>LOINS(&quot;mc&quot;, &quot;mc81&quot;, &quot;C[8]&quot;, &quot;wren&quot;,
&quot;in1&quot;,&quot;res&quot;, &quot;q1&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>LOINS(&quot;mc&quot;, &quot;mc80&quot;, &quot;C[8]&quot;, &quot;wren&quot;,
&quot;in0&quot;,&quot;res&quot;, &quot;q0&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>LOINS(&quot;mc&quot;, &quot;mc97&quot;, &quot;C[9]&quot;, &quot;wren&quot;,
&quot;in7&quot;,&quot;res&quot;, &quot;q7&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>LOINS(&quot;mc&quot;, &quot;mc96&quot;, &quot;C[9]&quot;, &quot;wren&quot;,
&quot;in6&quot;,&quot;res&quot;, &quot;q6&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>LOINS(&quot;mc&quot;, &quot;mc95&quot;, &quot;C[9]&quot;, &quot;wren&quot;,
&quot;in5&quot;,&quot;res&quot;, &quot;q5&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>LOINS(&quot;mc&quot;, &quot;mc94&quot;, &quot;C[9]&quot;, &quot;wren&quot;,
&quot;in4&quot;,&quot;res&quot;, &quot;q4&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>LOINS(&quot;mc&quot;, &quot;mc93&quot;, &quot;C[9]&quot;, &quot;wren&quot;,
&quot;in3&quot;,&quot;res&quot;, &quot;q3&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>LOINS(&quot;mc&quot;, &quot;mc92&quot;, &quot;C[9]&quot;, &quot;wren&quot;,
&quot;in2&quot;,&quot;res&quot;, &quot;q2&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>LOINS(&quot;mc&quot;, &quot;mc91&quot;, &quot;C[9]&quot;, &quot;wren&quot;,
&quot;in1&quot;,&quot;res&quot;, &quot;q1&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>LOINS(&quot;mc&quot;, &quot;mc90&quot;, &quot;C[9]&quot;, &quot;wren&quot;,
&quot;in0&quot;,&quot;res&quot;, &quot;q0&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>&nbsp;</p>
<p>LOINS(&quot;mc&quot;, &quot;mc107&quot;, &quot;C[10]&quot;, &quot;wren&quot;,
&quot;in7&quot;,&quot;res&quot;, &quot;q7&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>LOINS(&quot;mc&quot;, &quot;mc106&quot;, &quot;C[10]&quot;, &quot;wren&quot;,
&quot;in6&quot;,&quot;res&quot;, &quot;q6&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>LOINS(&quot;mc&quot;, &quot;mc105&quot;, &quot;C[10]&quot;, &quot;wren&quot;,
&quot;in5&quot;,&quot;res&quot;, &quot;q5&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>LOINS(&quot;mc&quot;, &quot;mc104&quot;, &quot;C[10]&quot;, &quot;wren&quot;,
&quot;in4&quot;,&quot;res&quot;, &quot;q4&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>LOINS(&quot;mc&quot;, &quot;mc103&quot;, &quot;C[10]&quot;, &quot;wren&quot;,
&quot;in3&quot;,&quot;res&quot;, &quot;q3&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>LOINS(&quot;mc&quot;, &quot;mc102&quot;, &quot;C[10]&quot;, &quot;wren&quot;,
&quot;in2&quot;,&quot;res&quot;, &quot;q2&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>LOINS(&quot;mc&quot;, &quot;mc101&quot;, &quot;C[10]&quot;, &quot;wren&quot;,
&quot;in1&quot;,&quot;res&quot;, &quot;q1&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>LOINS(&quot;mc&quot;, &quot;mc100&quot;, &quot;C[10]&quot;, &quot;wren&quot;,
&quot;in0&quot;,&quot;res&quot;, &quot;q0&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>&nbsp;</p>
<p>LOINS(&quot;mc&quot;, &quot;mc117&quot;, &quot;C[11]&quot;, &quot;wren&quot;,
&quot;in7&quot;,&quot;res&quot;, &quot;q7&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>LOINS(&quot;mc&quot;, &quot;mc116&quot;, &quot;C[11]&quot;, &quot;wren&quot;,
&quot;in6&quot;,&quot;res&quot;, &quot;q6&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>LOINS(&quot;mc&quot;, &quot;mc115&quot;, &quot;C[11]&quot;, &quot;wren&quot;,
&quot;in5&quot;,&quot;res&quot;, &quot;q5&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>LOINS(&quot;mc&quot;, &quot;mc114&quot;, &quot;C[11]&quot;, &quot;wren&quot;,
&quot;in4&quot;,&quot;res&quot;, &quot;q4&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>LOINS(&quot;mc&quot;, &quot;mc113&quot;, &quot;C[11]&quot;, &quot;wren&quot;,
&quot;in3&quot;,&quot;res&quot;, &quot;q3&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>LOINS(&quot;mc&quot;, &quot;mc112&quot;, &quot;C[11]&quot;, &quot;wren&quot;,
&quot;in2&quot;,&quot;res&quot;, &quot;q2&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>LOINS(&quot;mc&quot;, &quot;mc111&quot;, &quot;C[11]&quot;, &quot;wren&quot;,
&quot;in1&quot;,&quot;res&quot;, &quot;q1&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>LOINS(&quot;mc&quot;, &quot;mc110&quot;, &quot;C[11]&quot;, &quot;wren&quot;,
&quot;in0&quot;,&quot;res&quot;, &quot;q0&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>&nbsp;</p>
<p>LOINS(&quot;mc&quot;, &quot;mc127&quot;, &quot;C[12]&quot;, &quot;wren&quot;,
&quot;in7&quot;,&quot;res&quot;, &quot;q7&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>LOINS(&quot;mc&quot;, &quot;mc126&quot;, &quot;C[12]&quot;, &quot;wren&quot;,
&quot;in6&quot;,&quot;res&quot;, &quot;q6&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>LOINS(&quot;mc&quot;, &quot;mc125&quot;, &quot;C[12]&quot;, &quot;wren&quot;,
&quot;in5&quot;,&quot;res&quot;, &quot;q5&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>LOINS(&quot;mc&quot;, &quot;mc124&quot;, &quot;C[12]&quot;, &quot;wren&quot;,
&quot;in4&quot;,&quot;res&quot;, &quot;q4&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>LOINS(&quot;mc&quot;, &quot;mc123&quot;, &quot;C[12]&quot;, &quot;wren&quot;,
&quot;in3&quot;,&quot;res&quot;, &quot;q3&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>LOINS(&quot;mc&quot;, &quot;mc122&quot;, &quot;C[12]&quot;, &quot;wren&quot;,
&quot;in2&quot;,&quot;res&quot;, &quot;q2&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>LOINS(&quot;mc&quot;, &quot;mc121&quot;, &quot;C[12]&quot;, &quot;wren&quot;,
&quot;in1&quot;,&quot;res&quot;, &quot;q1&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>LOINS(&quot;mc&quot;, &quot;mc120&quot;, &quot;C[12]&quot;, &quot;wren&quot;,
&quot;in0&quot;,&quot;res&quot;, &quot;q0&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>&nbsp;</p>
<p>LOINS(&quot;mc&quot;, &quot;mc137&quot;, &quot;C[13]&quot;, &quot;wren&quot;,
&quot;in7&quot;,&quot;res&quot;, &quot;q7&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>LOINS(&quot;mc&quot;, &quot;mc136&quot;, &quot;C[13]&quot;, &quot;wren&quot;,
&quot;in6&quot;,&quot;res&quot;, &quot;q6&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>LOINS(&quot;mc&quot;, &quot;mc135&quot;, &quot;C[13]&quot;, &quot;wren&quot;,
&quot;in5&quot;,&quot;res&quot;, &quot;q5&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>LOINS(&quot;mc&quot;, &quot;mc134&quot;, &quot;C[13]&quot;, &quot;wren&quot;,
&quot;in4&quot;,&quot;res&quot;, &quot;q4&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>LOINS(&quot;mc&quot;, &quot;mc133&quot;, &quot;C[13]&quot;, &quot;wren&quot;,
&quot;in3&quot;,&quot;res&quot;, &quot;q3&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>LOINS(&quot;mc&quot;, &quot;mc132&quot;, &quot;C[13]&quot;, &quot;wren&quot;,
&quot;in2&quot;,&quot;res&quot;, &quot;q2&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>LOINS(&quot;mc&quot;, &quot;mc131&quot;, &quot;C[13]&quot;, &quot;wren&quot;,
&quot;in1&quot;,&quot;res&quot;, &quot;q1&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>LOINS(&quot;mc&quot;, &quot;mc130&quot;, &quot;C[13]&quot;, &quot;wren&quot;,
&quot;in0&quot;,&quot;res&quot;, &quot;q0&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>&nbsp;</p>
<p>LOINS(&quot;mc&quot;, &quot;mc147&quot;, &quot;C[14]&quot;, &quot;wren&quot;,
&quot;in7&quot;,&quot;res&quot;, &quot;q7&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>LOINS(&quot;mc&quot;, &quot;mc146&quot;, &quot;C[14]&quot;, &quot;wren&quot;,
&quot;in6&quot;,&quot;res&quot;, &quot;q6&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>LOINS(&quot;mc&quot;, &quot;mc145&quot;, &quot;C[14]&quot;, &quot;wren&quot;,
&quot;in5&quot;,&quot;res&quot;, &quot;q5&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>LOINS(&quot;mc&quot;, &quot;mc144&quot;, &quot;C[14]&quot;, &quot;wren&quot;,
&quot;in4&quot;,&quot;res&quot;, &quot;q4&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>LOINS(&quot;mc&quot;, &quot;mc143&quot;, &quot;C[14]&quot;, &quot;wren&quot;,
&quot;in3&quot;,&quot;res&quot;, &quot;q3&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>LOINS(&quot;mc&quot;, &quot;mc142&quot;, &quot;C[14]&quot;, &quot;wren&quot;,
&quot;in2&quot;,&quot;res&quot;, &quot;q2&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>LOINS(&quot;mc&quot;, &quot;mc141&quot;, &quot;C[14]&quot;, &quot;wren&quot;,
&quot;in1&quot;,&quot;res&quot;, &quot;q1&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>LOINS(&quot;mc&quot;, &quot;mc140&quot;, &quot;C[14]&quot;, &quot;wren&quot;,
&quot;in0&quot;,&quot;res&quot;, &quot;q0&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>&nbsp;</p>
<p>LOINS(&quot;mc&quot;, &quot;mc157&quot;, &quot;C[15]&quot;, &quot;wren&quot;,
&quot;in7&quot;,&quot;res&quot;, &quot;q7&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>LOINS(&quot;mc&quot;, &quot;mc156&quot;, &quot;C[15]&quot;, &quot;wren&quot;,
&quot;in6&quot;,&quot;res&quot;, &quot;q6&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>LOINS(&quot;mc&quot;, &quot;mc155&quot;, &quot;C[15]&quot;, &quot;wren&quot;,
&quot;in5&quot;,&quot;res&quot;, &quot;q5&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>LOINS(&quot;mc&quot;, &quot;mc154&quot;, &quot;C[15]&quot;, &quot;wren&quot;,
&quot;in4&quot;,&quot;res&quot;, &quot;q4&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>LOINS(&quot;mc&quot;, &quot;mc153&quot;, &quot;C[15]&quot;, &quot;wren&quot;,
&quot;in3&quot;,&quot;res&quot;, &quot;q3&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>LOINS(&quot;mc&quot;, &quot;mc152&quot;, &quot;C[15]&quot;, &quot;wren&quot;,
&quot;in2&quot;,&quot;res&quot;, &quot;q2&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>LOINS(&quot;mc&quot;, &quot;mc151&quot;, &quot;C[15]&quot;, &quot;wren&quot;,
&quot;in1&quot;,&quot;res&quot;, &quot;q1&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>LOINS(&quot;mc&quot;, &quot;mc150&quot;, &quot;C[15]&quot;, &quot;wren&quot;,
&quot;in0&quot;,&quot;res&quot;, &quot;q0&quot;, &quot;vdd&quot;,
&quot;vss&quot;,0);</p>
<p>&nbsp;</p>
<p>/*buffer 7 - 0 untuk out (read) */</p>
<p>LOINS(&quot;p1_y&quot;,&quot;bufo7&quot;,&quot;q7&quot;,&quot;IO7&quot;,&quot;vdd&quot;,&quot;vss&quot;,
0);</p>
<p>LOINS(&quot;p1_y&quot;,&quot;bufo6&quot;,&quot;q6&quot;,&quot;IO6&quot;,&quot;vdd&quot;,&quot;vss&quot;,
0);</p>
<p>LOINS(&quot;p1_y&quot;,&quot;bufo5&quot;,&quot;q5&quot;,&quot;IO5&quot;,&quot;vdd&quot;,&quot;vss&quot;,
0);</p>
<p>LOINS(&quot;p1_y&quot;,&quot;bufo4&quot;,&quot;q4&quot;,&quot;IO4&quot;,&quot;vdd&quot;,&quot;vss&quot;,
0);</p>
<p>LOINS(&quot;p1_y&quot;,&quot;bufo3&quot;,&quot;q3&quot;,&quot;IO3&quot;,&quot;vdd&quot;,&quot;vss&quot;,
0);</p>
<p>LOINS(&quot;p1_y&quot;,&quot;bufo2&quot;,&quot;q2&quot;,&quot;IO2&quot;,&quot;vdd&quot;,&quot;vss&quot;,
0);</p>
<p>LOINS(&quot;p1_y&quot;,&quot;bufo1&quot;,&quot;q1&quot;,&quot;IO1&quot;,&quot;vdd&quot;,&quot;vss&quot;,
0);</p>
<p>LOINS(&quot;p1_y&quot;,&quot;bufo0&quot;,&quot;q0&quot;,&quot;IO0&quot;,&quot;vdd&quot;,&quot;vss&quot;,
0);</p>
<p>&nbsp;</p>
<p>SAVE_LOFIG();</p>
<p>exit(0);</p>
<p>}</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
</font>
 
<b><font size=+1>Maintainers and Authors :</font></b>
<p>LCD Driver development team
<p>current members:
 
<ul>
<li>
<a href="mailto:marta@vlsi.itb.ac.id">Hendra Gunawan</a></li>
 
<li>
<a href="mailto:sigit@students.ee.itb.ac.id">Nurhadi Wiyono</a></li>
 
<li>
<a href="mailto:sigit@students.ee.itb.ac.id">Kharisma Sinung P</a></li>
 
</ul>
&nbsp;
<p>
<b><font size=+1>Mailing-list:</font></b>
<ul><a href="mailto:cores@opencores.org_NOSPAM">cores@opencores.org_NOSPAM</a></ul>
 
 
 
 
 
 
</td></tr></table>
</td></tr>
<tr><td bgcolor="#f8f8f0">&nbsp;</td>
<td valign="bottom">
<table cellspacing=0 cellpadding=4 border=0 width="100%"bgcolor="#f0f0f0"><tr>
<td align=left><i><small>Last modified on Sunday, 17-Sep-2000 03:58:04 JAVT</i></td>
<td align=right><i><small>Copyright © 1999-2000 OPENCORES.ORG. All rights reserved.</td>
</tr></table>
 
</td></tr></table>
 
</td></tr></table>
 
</body></html>
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.