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

Subversion Repositories socgen

[/] [socgen/] [trunk/] [Projects/] [opencores.org/] [logic/] [ip/] [vga_char_ctrl/] [rtl/] [xml/] [vga_char_ctrl_def.design.xml] - Rev 135

Compare with Previous | Blame | View Log

<?xml version="1.0" encoding="UTF-8"?>
<!--
//                                                                        //
// Author : John Eaton  Ouabache Designworks                              //
//                                                                        //
//   Copyright (C) 2010 Authors and OPENCORES.ORG                         //
//                                                                        //
//   This source file may be used and distributed without                 //
//   restriction provided that this copyright statement is not            //
//   removed from the file and that any derivative work contains          //
//   the original copyright notice and the associated disclaimer.         //
//                                                                        //
//   This source file is free software; you can redistribute it           //
//   and/or modify it under the terms of the GNU Lesser General           //
//   Public License as published by the Free Software Foundation;         //
//   either version 2.1 of the License, or (at your option) any           //
//   later version.                                                       //
//                                                                        //
//   This source is distributed in the hope that it will be               //
//   useful, but WITHOUT ANY WARRANTY; without even the implied           //
//   warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR              //
//   PURPOSE. See the GNU Lesser General Public License for more          //
//   details.                                                             //
//                                                                        //
//   You should have received a copy of the GNU Lesser General            //
//   Public License along with this source; if not, download it           //
//   from http://www.opencores.org/lgpl.shtml                             //
//                                                                        //
-->
<ipxact:design 
xmlns:ipxact="http://www.accellera.org/XMLSchema/IPXACT/1685-2014"
xmlns:socgen="http://opencores.org"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.accellera.org/XMLSchema/IPXACT/1685-2014
http://www.accellera.org/XMLSchema/IPXACT/1685-2014/index.xsd">

<ipxact:vendor>opencores.org</ipxact:vendor>
<ipxact:library>logic</ipxact:library>
<ipxact:name>vga_char_ctrl</ipxact:name>
<ipxact:version>def.design</ipxact:version>  











<ipxact:vendorExtensions><socgen:nodes>


<socgen:node><ipxact:name>pixel_count</ipxact:name>
<ipxact:typeName>wire</ipxact:typeName>
<ipxact:wire>
<ipxact:vector><ipxact:left>10</ipxact:left><ipxact:right>0</ipxact:right></ipxact:vector></ipxact:wire>
</socgen:node>


<socgen:node><ipxact:name>line_count</ipxact:name>
<ipxact:typeName>wire</ipxact:typeName>
<ipxact:wire>
<ipxact:vector><ipxact:left>9</ipxact:left><ipxact:right>0</ipxact:right></ipxact:vector></ipxact:wire>
</socgen:node>


<socgen:node><ipxact:name>subchar_pixel</ipxact:name>
<ipxact:typeName>wire</ipxact:typeName>
<ipxact:wire>
<ipxact:vector><ipxact:left>2</ipxact:left><ipxact:right>0</ipxact:right></ipxact:vector></ipxact:wire>
</socgen:node>

<socgen:node><ipxact:name>subchar_line</ipxact:name>
<ipxact:typeName>wire</ipxact:typeName>
<ipxact:wire>
<ipxact:vector><ipxact:left>2</ipxact:left><ipxact:right>0</ipxact:right></ipxact:vector></ipxact:wire>
</socgen:node>


<socgen:node><ipxact:name>char_column</ipxact:name>
<ipxact:typeName>wire</ipxact:typeName>
<ipxact:wire>
<ipxact:vector><ipxact:left>6</ipxact:left><ipxact:right>0</ipxact:right></ipxact:vector></ipxact:wire>
</socgen:node>


<socgen:node><ipxact:name>char_line</ipxact:name>
<ipxact:typeName>wire</ipxact:typeName>
<ipxact:wire>
<ipxact:vector><ipxact:left>6</ipxact:left><ipxact:right>0</ipxact:right></ipxact:vector></ipxact:wire>
</socgen:node>






<socgen:node><ipxact:name>cursor_on</ipxact:name>
<ipxact:typeName>reg</ipxact:typeName>

</socgen:node>



<socgen:node><ipxact:name>char_read_addr</ipxact:name>
<ipxact:typeName>reg</ipxact:typeName>
<ipxact:wire>
<ipxact:vector><ipxact:left>13</ipxact:left><ipxact:right>0</ipxact:right></ipxact:vector></ipxact:wire>
</socgen:node>




</socgen:nodes></ipxact:vendorExtensions>





<ipxact:adHocConnections>


     <ipxact:adHocConnection>
       <ipxact:name>clk</ipxact:name>
       <ipxact:externalPortReference portRef="slave_clk_clk"/>
       <ipxact:internalPortReference componentRef="char_ram"   portRef="clk"/>
       <ipxact:internalPortReference componentRef="char_gen_rom"   portRef="clk"/>
     </ipxact:adHocConnection>


     <ipxact:adHocConnection>
       <ipxact:name>address</ipxact:name>
       <ipxact:externalPortReference portRef="address" left="12" right="0"   />
       <ipxact:internalPortReference componentRef="char_ram"   portRef="waddr"/>
     </ipxact:adHocConnection>

     <ipxact:adHocConnection>
       <ipxact:name>char_read_addr</ipxact:name>
       <ipxact:externalPortReference portRef="char_read_addr" left="12" right="0"  />
       <ipxact:internalPortReference componentRef="char_ram"   portRef="raddr"/>
     </ipxact:adHocConnection>


     <ipxact:adHocConnection>
       <ipxact:name>ascii_load</ipxact:name>
       <ipxact:externalPortReference portRef="ascii_load"/>
       <ipxact:internalPortReference componentRef="char_ram"   portRef="wr"/>
     </ipxact:adHocConnection>


     <ipxact:adHocConnection>
       <ipxact:name>wdata</ipxact:name>
       <ipxact:externalPortReference portRef="wdata" left="7" right="0"  />
       <ipxact:internalPortReference componentRef="char_ram"   portRef="wdata"/>
     </ipxact:adHocConnection>

     <ipxact:adHocConnection>
       <ipxact:name>ascii_code</ipxact:name>
       <ipxact:externalPortReference portRef="ascii_code" left="7" right="0"  />
       <ipxact:internalPortReference componentRef="char_ram"   portRef="rdata"/>
     </ipxact:adHocConnection>




     <ipxact:adHocConnection>
       <ipxact:name>char_gen_rom_data</ipxact:name>
       <ipxact:externalPortReference portRef="char_gen_rom_data" left="7" right="0"  />
       <ipxact:internalPortReference componentRef="char_gen_rom"   portRef="rdata"/>
     </ipxact:adHocConnection>


     <ipxact:adHocConnection>
       <ipxact:name>chargen_rom_address</ipxact:name>
       <ipxact:externalPortReference portRef="chargen_rom_address" left="10" right="0"  />
       <ipxact:internalPortReference componentRef="char_gen_rom"   portRef="raddr"/>
     </ipxact:adHocConnection>





     <ipxact:adHocConnection  tiedValue="1'b1">
       <ipxact:internalPortReference componentRef="char_ram"       portRef="cs"/>
       <ipxact:internalPortReference componentRef="char_ram"       portRef="rd"/>
       <ipxact:internalPortReference componentRef="char_gen_rom"   portRef="cs"/>
       <ipxact:internalPortReference componentRef="char_gen_rom"   portRef="rd"/>
     </ipxact:adHocConnection>

     <ipxact:adHocConnection  tiedValue="1'b0">
        <ipxact:internalPortReference componentRef="char_gen_rom"   portRef="wr"/>
     </ipxact:adHocConnection>

     <ipxact:adHocConnection  tiedValue="11'b00000000000">
        <ipxact:internalPortReference componentRef="char_gen_rom"   portRef="waddr"/>
     </ipxact:adHocConnection>

     <ipxact:adHocConnection  tiedValue="8'b00000000">
        <ipxact:internalPortReference componentRef="char_gen_rom"   portRef="wdata"/>
     </ipxact:adHocConnection>



</ipxact:adHocConnections>



















<ipxact:componentInstances>

<ipxact:componentInstance>
<ipxact:instanceName>char_ram</ipxact:instanceName> <ipxact:componentRef vendor="opencores.org" library="cde" name="sram" version="dp" />

<ipxact:configurableElementValues>
<ipxact:configurableElementValue referenceId="ADDR">CHAR_RAM_ADDR</ipxact:configurableElementValue>
<ipxact:configurableElementValue referenceId="WIDTH">CHAR_RAM_WIDTH</ipxact:configurableElementValue>
<ipxact:configurableElementValue referenceId="WORDS">CHAR_RAM_WORDS</ipxact:configurableElementValue>
<ipxact:configurableElementValue referenceId="WRITETHRU">CHAR_RAM_WRITETHRU</ipxact:configurableElementValue>
</ipxact:configurableElementValues>
 </ipxact:componentInstance>



<ipxact:componentInstance>
<ipxact:instanceName>char_gen_rom</ipxact:instanceName> <ipxact:componentRef vendor="opencores.org" library="cde" name="sram" version="dp" />

<ipxact:configurableElementValues>
<ipxact:configurableElementValue referenceId="ADDR">11</ipxact:configurableElementValue>
<ipxact:configurableElementValue referenceId="WIDTH">8</ipxact:configurableElementValue>
<ipxact:configurableElementValue referenceId="WORDS">1152</ipxact:configurableElementValue>
</ipxact:configurableElementValues>
 </ipxact:componentInstance>


</ipxact:componentInstances>


</ipxact:design>

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.