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

Subversion Repositories socgen

[/] [socgen/] [trunk/] [common/] [opencores.org/] [cde/] [ip/] [fifo/] [rtl/] [xml/] [cde_fifo_def.design.xml] - Rev 135

Compare with Previous | Blame | View Log

<?xml version="1.0" encoding="UTF-8"?>
<!--

-->
<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>cde</ipxact:library>
<ipxact:name>fifo</ipxact:name>
<ipxact:version>def.design</ipxact:version>  

<ipxact:vendorExtensions>

<socgen:nodes>



<socgen:node><ipxact:name>push_pointer</ipxact:name>
<ipxact:typeName>reg</ipxact:typeName>
<ipxact:wire><ipxact:vector><ipxact:left>SIZE-1</ipxact:left><ipxact:right>0</ipxact:right></ipxact:vector></ipxact:wire>
</socgen:node>

<socgen:node><ipxact:name>pop_pointer</ipxact:name>
<ipxact:typeName>reg</ipxact:typeName>
<ipxact:wire><ipxact:vector><ipxact:left>SIZE-1</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="clk"/>
      <ipxact:internalPortReference componentRef="fifo" portRef="clk"/>
    </ipxact:adHocConnection>


    <ipxact:adHocConnection>
      <ipxact:name>push</ipxact:name>
      <ipxact:externalPortReference portRef="push"/>
      <ipxact:internalPortReference componentRef="fifo" portRef="wr"/>
    </ipxact:adHocConnection>

    <ipxact:adHocConnection>
      <ipxact:name>push_pointer</ipxact:name>
      <ipxact:externalPortReference portRef="push_pointer" left="SIZE-1"  right="0"  />
      <ipxact:internalPortReference componentRef="fifo" portRef="waddr"/>
    </ipxact:adHocConnection>

    <ipxact:adHocConnection>
      <ipxact:name>pop_pointer</ipxact:name>
      <ipxact:externalPortReference portRef="pop_pointer" left="SIZE-1"  right="0"  />
      <ipxact:internalPortReference componentRef="fifo" portRef="raddr"/>
    </ipxact:adHocConnection>

    <ipxact:adHocConnection>
      <ipxact:name>din</ipxact:name>
      <ipxact:externalPortReference portRef="din" left="WIDTH-1"  right="0"  />
      <ipxact:internalPortReference componentRef="fifo" portRef="wdata"/>
    </ipxact:adHocConnection>

    <ipxact:adHocConnection>
      <ipxact:name>dout</ipxact:name>
      <ipxact:externalPortReference portRef="dout" left="WIDTH-1"  right="0"  />
      <ipxact:internalPortReference componentRef="fifo" portRef="rdata"/>
    </ipxact:adHocConnection>

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

</ipxact:adHocConnections>




<ipxact:componentInstances>



<ipxact:componentInstance>
<ipxact:instanceName>fifo</ipxact:instanceName> 
<ipxact:componentRef vendor="opencores.org" library="cde" name="sram" version="dp" />
<ipxact:configurableElementValues>
<ipxact:configurableElementValue referenceId="WIDTH">WIDTH</ipxact:configurableElementValue>
<ipxact:configurableElementValue referenceId="ADDR">SIZE</ipxact:configurableElementValue>
<ipxact:configurableElementValue referenceId="WORDS">WORDS</ipxact:configurableElementValue>
<ipxact:configurableElementValue referenceId="WRITETHRU">0</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.