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

Subversion Repositories lcd

[/] [lcd/] [web_uploads/] [ramv.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><tr><td valign="top">
 
<font SIZE="2">-- VHDL structural description generated from `ram`
<p>-- date : Tue Feb 20 23:00:09 2001</p>
<p>&nbsp;</p>
<p>-- Entity Declaration</p>
<p>ENTITY ram IS</p>
<p>PORT (</p>
<p>rws : in BIT; -- rws</p>
<p>cs : in BIT; -- cs</p>
<p>res : in BIT; -- res</p>
<p>c : in BIT_VECTOR (0 TO 15); -- c</p>
<p>io0 : inout BIT; -- io0</p>
<p>io1 : inout BIT; -- io1</p>
<p>io2 : inout BIT; -- io2</p>
<p>io3 : inout BIT; -- io3</p>
<p>io4 : inout BIT; -- io4</p>
<p>io5 : inout BIT; -- io5</p>
<p>io6 : inout BIT; -- io6</p>
<p>io7 : inout BIT; -- io7</p>
<p>vdd : in BIT; -- vdd</p>
<p>vss : in BIT -- vss</p>
<p>);</p>
<p>END ram;</p>
<p>-- Architecture Declaration</p>
<p>ARCHITECTURE VST OF ram IS</p>
<p>COMPONENT a2_y</p>
<p>port (</p>
<p>i0 : in BIT; -- i0</p>
<p>i1 : in BIT; -- i1</p>
<p>t : out BIT; -- t</p>
<p>vdd : in BIT; -- vdd</p>
<p>vss : in BIT -- vss</p>
<p>);</p>
<p>END COMPONENT;</p>
<p>COMPONENT mc</p>
<p>port (</p>
<p>x : in BIT; -- x</p>
<p>res : in BIT; -- res</p>
<p>rowsel : in BIT; -- rowsel</p>
<p>wren : in BIT; -- wren</p>
<p>y : out BIT; -- y</p>
<p>vdd : in BIT; -- vdd</p>
<p>vss : in BIT -- vss</p>
<p>);</p>
<p>END COMPONENT;</p>
<p>COMPONENT p1_y</p>
<p>port (</p>
<p>i : in BIT; -- i</p>
<p>t : out BIT; -- t</p>
<p>vdd : in BIT; -- vdd</p>
<p>vss : in BIT -- vss</p>
<p>);</p>
<p>END COMPONENT;</p>
<p>SIGNAL in0 : BIT; -- in0</p>
<p>SIGNAL in1 : BIT; -- in1</p>
<p>SIGNAL in2 : BIT; -- in2</p>
<p>SIGNAL in3 : BIT; -- in3</p>
<p>SIGNAL in4 : BIT; -- in4</p>
<p>SIGNAL in5 : BIT; -- in5</p>
<p>SIGNAL in6 : BIT; -- in6</p>
<p>SIGNAL in7 : BIT; -- in7</p>
<p>SIGNAL q0 : BIT; -- q0</p>
<p>SIGNAL q1 : BIT; -- q1</p>
<p>SIGNAL q2 : BIT; -- q2</p>
<p>SIGNAL q3 : BIT; -- q3</p>
<p>SIGNAL q4 : BIT; -- q4</p>
<p>SIGNAL q5 : BIT; -- q5</p>
<p>SIGNAL q6 : BIT; -- q6</p>
<p>SIGNAL q7 : BIT; -- q7</p>
<p>SIGNAL wren : BIT; -- wren</p>
<p>BEGIN</p>
<p>and1 : a2_y</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>t =&gt; wren,</p>
<p>i1 =&gt; cs,</p>
<p>i0 =&gt; rws);</p>
<p>bufi7 : p1_y</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>t =&gt; in7,</p>
<p>i =&gt; io7);</p>
<p>bufi6 : p1_y</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>t =&gt; in6,</p>
<p>i =&gt; io6);</p>
<p>bufi5 : p1_y</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>t =&gt; in5,</p>
<p>i =&gt; io5);</p>
<p>bufi4 : p1_y</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>t =&gt; in4,</p>
<p>i =&gt; io4);</p>
<p>bufi3 : p1_y</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>t =&gt; in3,</p>
<p>i =&gt; io3);</p>
<p>bufi2 : p1_y</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>t =&gt; in2,</p>
<p>i =&gt; io2);</p>
<p>bufi1 : p1_y</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>t =&gt; in1,</p>
<p>i =&gt; io1);</p>
<p>bufi0 : p1_y</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>t =&gt; in0,</p>
<p>i =&gt; io0);</p>
<p>mc07 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q7,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in7,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(0));</p>
<p>mc06 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q6,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in6,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(0));</p>
<p>mc05 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q5,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in5,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(0));</p>
<p>mc04 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q4,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in4,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(0));</p>
<p>mc03 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q3,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in3,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(0));</p>
<p>mc02 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q2,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in2,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(0));</p>
<p>mc01 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q1,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in1,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(0));</p>
<p>mc00 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q0,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in0,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(0));</p>
<p>mc17 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q7,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in7,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(1));</p>
<p>mc16 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q6,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in6,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(1));</p>
<p>mc15 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q5,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in5,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(1));</p>
<p>mc14 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q4,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in4,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(1));</p>
<p>mc13 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q3,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in3,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(1));</p>
<p>mc12 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q2,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in2,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(1));</p>
<p>mc11 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q1,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in1,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(1));</p>
<p>mc10 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q0,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in0,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(1));</p>
<p>mc27 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q7,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in7,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(2));</p>
<p>mc26 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q6,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in6,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(2));</p>
<p>mc25 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q5,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in5,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(2));</p>
<p>mc24 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q4,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in4,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(2));</p>
<p>mc23 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q3,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in3,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(2));</p>
<p>mc22 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q2,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in2,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(2));</p>
<p>mc21 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q1,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in1,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(2));</p>
<p>mc20 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q0,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in0,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(2));</p>
<p>mc37 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q7,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in7,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(3));</p>
<p>mc36 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q6,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in6,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(3));</p>
<p>mc35 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q5,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in5,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(3));</p>
<p>mc34 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q4,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in4,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(3));</p>
<p>mc33 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q3,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in3,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(3));</p>
<p>mc32 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q2,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in2,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(3));</p>
<p>mc31 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q1,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in1,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(3));</p>
<p>mc30 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q0,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in0,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(3));</p>
<p>mc47 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q7,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in7,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(4));</p>
<p>mc46 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q6,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in6,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(4));</p>
<p>mc45 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q5,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in5,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(4));</p>
<p>mc44 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q4,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in4,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(4));</p>
<p>mc43 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q3,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in3,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(4));</p>
<p>mc42 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q2,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in2,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(4));</p>
<p>mc41 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q1,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in1,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(4));</p>
<p>mc40 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q0,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in0,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(4));</p>
<p>mc57 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q7,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in7,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(5));</p>
<p>mc56 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q6,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in6,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(5));</p>
<p>mc55 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q5,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in5,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(5));</p>
<p>mc54 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q4,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in4,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(5));</p>
<p>mc53 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q3,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in3,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(5));</p>
<p>mc52 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q2,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in2,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(5));</p>
<p>mc51 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q1,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in1,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(5));</p>
<p>mc50 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q0,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in0,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(5));</p>
<p>mc67 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q7,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in7,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(6));</p>
<p>mc66 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q6,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in6,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(6));</p>
<p>mc65 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q5,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in5,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(6));</p>
<p>mc64 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q4,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in4,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(6));</p>
<p>mc63 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q3,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in3,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(6));</p>
<p>mc62 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q2,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in2,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(6));</p>
<p>mc61 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q1,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in1,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(6));</p>
<p>mc60 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q0,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in0,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(6));</p>
<p>mc77 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q7,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in7,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(7));</p>
<p>mc76 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q6,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in6,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(7));</p>
<p>mc75 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q5,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in5,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(7));</p>
<p>mc74 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q4,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in4,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(7));</p>
<p>mc73 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q3,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in3,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(7));</p>
<p>mc72 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q2,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in2,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(7));</p>
<p>mc71 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q1,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in1,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(7));</p>
<p>mc70 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q0,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in0,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(7));</p>
<p>mc87 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q7,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in7,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(8));</p>
<p>mc86 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q6,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in6,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(8));</p>
<p>mc85 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q5,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in5,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(8));</p>
<p>mc84 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q4,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in4,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(8));</p>
<p>mc83 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q3,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in3,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(8));</p>
<p>mc82 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q2,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in2,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(8));</p>
<p>mc81 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q1,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in1,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(8));</p>
<p>mc80 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q0,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in0,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(8));</p>
<p>mc97 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q7,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in7,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(9));</p>
<p>mc96 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q6,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in6,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(9));</p>
<p>mc95 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q5,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in5,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(9));</p>
<p>mc94 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q4,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in4,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(9));</p>
<p>mc93 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q3,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in3,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(9));</p>
<p>mc92 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q2,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in2,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(9));</p>
<p>mc91 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q1,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in1,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(9));</p>
<p>mc90 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q0,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in0,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(9));</p>
<p>mc107 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q7,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in7,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(10));</p>
<p>mc106 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q6,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in6,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(10));</p>
<p>mc105 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q5,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in5,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(10));</p>
<p>mc104 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q4,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in4,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(10));</p>
<p>mc103 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q3,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in3,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(10));</p>
<p>mc102 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q2,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in2,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(10));</p>
<p>mc101 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q1,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in1,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(10));</p>
<p>mc100 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q0,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in0,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(10));</p>
<p>mc117 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q7,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in7,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(11));</p>
<p>mc116 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q6,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in6,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(11));</p>
<p>mc115 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q5,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in5,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(11));</p>
<p>mc114 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q4,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in4,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(11));</p>
<p>mc113 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q3,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in3,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(11));</p>
<p>mc112 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q2,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in2,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(11));</p>
<p>mc111 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q1,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in1,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(11));</p>
<p>mc110 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q0,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in0,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(11));</p>
<p>mc127 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q7,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in7,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(12));</p>
<p>mc126 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q6,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in6,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(12));</p>
<p>mc125 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q5,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in5,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(12));</p>
<p>mc124 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q4,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in4,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(12));</p>
<p>mc123 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q3,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in3,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(12));</p>
<p>mc122 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q2,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in2,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(12));</p>
<p>mc121 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q1,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in1,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(12));</p>
<p>mc120 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q0,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in0,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(12));</p>
<p>mc137 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q7,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in7,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(13));</p>
<p>mc136 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q6,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in6,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(13));</p>
<p>mc135 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q5,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in5,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(13));</p>
<p>mc134 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q4,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in4,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(13));</p>
<p>mc133 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q3,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in3,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(13));</p>
<p>mc132 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q2,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in2,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(13));</p>
<p>mc131 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q1,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in1,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(13));</p>
<p>mc130 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q0,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in0,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(13));</p>
<p>mc147 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q7,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in7,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(14));</p>
<p>mc146 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q6,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in6,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(14));</p>
<p>mc145 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q5,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in5,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(14));</p>
<p>mc144 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q4,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in4,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(14));</p>
<p>mc143 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q3,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in3,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(14));</p>
<p>mc142 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q2,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in2,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(14));</p>
<p>mc141 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q1,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in1,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(14));</p>
<p>mc140 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q0,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in0,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(14));</p>
<p>mc157 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q7,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in7,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(15));</p>
<p>mc156 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q6,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in6,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(15));</p>
<p>mc155 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q5,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in5,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(15));</p>
<p>mc154 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q4,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in4,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(15));</p>
<p>mc153 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q3,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in3,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(15));</p>
<p>mc152 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q2,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in2,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(15));</p>
<p>mc151 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q1,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in1,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(15));</p>
<p>mc150 : mc</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>y =&gt; q0,</p>
<p>wren =&gt; res,</p>
<p>rowsel =&gt; in0,</p>
<p>res =&gt; wren,</p>
<p>x =&gt; c(15));</p>
<p>bufo7 : p1_y</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>t =&gt; io7,</p>
<p>i =&gt; q7);</p>
<p>bufo6 : p1_y</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>t =&gt; io6,</p>
<p>i =&gt; q6);</p>
<p>bufo5 : p1_y</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>t =&gt; io5,</p>
<p>i =&gt; q5);</p>
<p>bufo4 : p1_y</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>t =&gt; io4,</p>
<p>i =&gt; q4);</p>
<p>bufo3 : p1_y</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>t =&gt; io3,</p>
<p>i =&gt; q3);</p>
<p>bufo2 : p1_y</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>t =&gt; io2,</p>
<p>i =&gt; q2);</p>
<p>bufo1 : p1_y</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>t =&gt; io1,</p>
<p>i =&gt; q1);</p>
<p>bufo0 : p1_y</p>
<p>PORT MAP (</p>
<p>vss =&gt; vss,</p>
<p>vdd =&gt; vdd,</p>
<p>t =&gt; io0,</p>
<p>i =&gt; q0);</p>
<p>end VST;</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.