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

Subversion Repositories socgen

[/] [socgen/] [trunk/] [Projects/] [opencores.org/] [logic/] [ip/] [serial_rcvr/] [rtl/] [xml/] [serial_rcvr_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>serial_rcvr</ipxact:name>
<ipxact:version>def.design</ipxact:version>  



<ipxact:vendorExtensions><socgen:nodes>


<socgen:node><ipxact:name>baud_enable</ipxact:name>
<ipxact:typeName>wire</ipxact:typeName>

</socgen:node>

<socgen:node><ipxact:name>stop_cnt</ipxact:name>
<ipxact:typeName>wire</ipxact:typeName>

</socgen:node>

<socgen:node><ipxact:name>last_cnt</ipxact:name>
<ipxact:typeName>wire</ipxact:typeName>

</socgen:node>

<socgen:node><ipxact:name>next_shift_buffer</ipxact:name>
<ipxact:typeName>wire</ipxact:typeName>
<ipxact:wire>
<ipxact:vector><ipxact:left>WIDTH-1</ipxact:left><ipxact:right>0</ipxact:right></ipxact:vector></ipxact:wire>
</socgen:node>

<socgen:node><ipxact:name>next_parity_calc</ipxact:name>
<ipxact:typeName>wire</ipxact:typeName>

</socgen:node>

<socgen:node><ipxact:name>next_parity_samp</ipxact:name>
<ipxact:typeName>wire</ipxact:typeName>

</socgen:node>

<socgen:node><ipxact:name>next_frame_error</ipxact:name>
<ipxact:typeName>wire</ipxact:typeName>

</socgen:node>

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

</socgen:node>

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

</socgen:node>

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

</socgen:node>

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

</socgen:node>

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

</socgen:node>

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

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

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

</socgen:node>

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

</socgen:node>

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

</socgen:node>


<socgen:node><ipxact:name>divider_reset</ipxact:name>
<ipxact:typeName>wire</ipxact:typeName>

</socgen:node>

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



<ipxact:adHocConnections>


    <ipxact:adHocConnection>
      <ipxact:name>clk</ipxact:name>
      <ipxact:externalPortReference portRef="slave_clk_clk"/>
      <ipxact:internalPortReference componentRef="serial_rcvr" portRef="clk"/>
      <ipxact:internalPortReference componentRef="divider" portRef="clk"/>
    </ipxact:adHocConnection>


    <ipxact:adHocConnection>
      <ipxact:name>reset</ipxact:name>
      <ipxact:externalPortReference portRef="slave_reset_reset"/>
      <ipxact:internalPortReference componentRef="serial_rcvr" portRef="reset"/>
    </ipxact:adHocConnection>


    <ipxact:adHocConnection>
      <ipxact:name>divider_reset</ipxact:name>
      <ipxact:internalPortReference componentRef="divider" portRef="reset"/>
    </ipxact:adHocConnection>

    <ipxact:adHocConnection>
      <ipxact:name>edge_enable</ipxact:name>
      <ipxact:externalPortReference portRef="edge_enable"/>
      <ipxact:internalPortReference componentRef="divider" portRef="enable"/>
    </ipxact:adHocConnection>

    <ipxact:adHocConnection tiedValue="4'b1111" >
      <ipxact:name>4'b1111</ipxact:name>
      <ipxact:internalPortReference componentRef="divider" portRef="divider_in"/>
    </ipxact:adHocConnection>

    <ipxact:adHocConnection>
      <ipxact:name>baud_enable</ipxact:name>
      <ipxact:internalPortReference componentRef="serial_rcvr" portRef="edge_enable"/>
      <ipxact:internalPortReference componentRef="divider" portRef="divider_out"/>
    </ipxact:adHocConnection>


    <ipxact:adHocConnection>
      <ipxact:name>parity_enable</ipxact:name>
      <ipxact:externalPortReference portRef="parity_enable"/>
      <ipxact:internalPortReference componentRef="serial_rcvr" portRef="parity_enable"/>
    </ipxact:adHocConnection>


    <ipxact:adHocConnection>
      <ipxact:name>parity_type</ipxact:name>
      <ipxact:externalPortReference portRef="parity_type"/>
      <ipxact:internalPortReference componentRef="serial_rcvr" portRef="parity_type"/>
    </ipxact:adHocConnection>


    <ipxact:adHocConnection>
      <ipxact:name>parity_force</ipxact:name>
      <ipxact:externalPortReference portRef="parity_force"/>
      <ipxact:internalPortReference componentRef="serial_rcvr" portRef="parity_force"/>
    </ipxact:adHocConnection>


    <ipxact:adHocConnection>
      <ipxact:name>stop_cnt</ipxact:name>
      <ipxact:externalPortReference portRef="stop_cnt"/>
      <ipxact:internalPortReference componentRef="serial_rcvr" portRef="stop_cnt"/>
    </ipxact:adHocConnection>


    <ipxact:adHocConnection>
      <ipxact:name>last_cnt</ipxact:name>
      <ipxact:externalPortReference portRef="last_cnt"/>
      <ipxact:internalPortReference componentRef="serial_rcvr" portRef="last_cnt"/>
    </ipxact:adHocConnection>



    <ipxact:adHocConnection>
      <ipxact:name>pad_in</ipxact:name>
      <ipxact:externalPortReference portRef="pad_in"/>
      <ipxact:internalPortReference componentRef="serial_rcvr" portRef="ser_in"/>
    </ipxact:adHocConnection>

    <ipxact:adHocConnection>
      <ipxact:name>next_shift_buffer</ipxact:name>
      <ipxact:externalPortReference portRef="next_shift_buffer"/>
      <ipxact:internalPortReference componentRef="serial_rcvr" portRef="shift_buffer"/>
    </ipxact:adHocConnection>

    <ipxact:adHocConnection>
      <ipxact:name>next_parity_calc</ipxact:name>
      <ipxact:externalPortReference portRef="next_parity_calc"/>
      <ipxact:internalPortReference componentRef="serial_rcvr" portRef="parity_calc"/>
    </ipxact:adHocConnection>

    <ipxact:adHocConnection>
      <ipxact:name>next_parity_samp</ipxact:name>
      <ipxact:externalPortReference portRef="next_parity_samp"/>
      <ipxact:internalPortReference componentRef="serial_rcvr" portRef="parity_samp"/>
    </ipxact:adHocConnection>

    <ipxact:adHocConnection>
      <ipxact:name>next_frame_error</ipxact:name>
      <ipxact:internalPortReference componentRef="serial_rcvr" portRef="frame_err"/>
    </ipxact:adHocConnection>



</ipxact:adHocConnections>

<ipxact:componentInstances>
   


<ipxact:componentInstance>
<ipxact:instanceName>divider</ipxact:instanceName> <ipxact:componentRef vendor="opencores.org" library="cde" name="divider" version="def" />
 <ipxact:configurableElementValues>
 <ipxact:configurableElementValue referenceId="SIZE">4</ipxact:configurableElementValue>
 <ipxact:configurableElementValue referenceId="SAMPLE">8</ipxact:configurableElementValue>
 <ipxact:configurableElementValue referenceId="RESET">0</ipxact:configurableElementValue>
</ipxact:configurableElementValues>
</ipxact:componentInstance>

<ipxact:componentInstance>
<ipxact:instanceName>serial_rcvr</ipxact:instanceName> <ipxact:componentRef vendor="opencores.org" library="cde" name="serial" version="rcvr" />
 <ipxact:configurableElementValues>
 <ipxact:configurableElementValue referenceId="WIDTH">WIDTH</ipxact:configurableElementValue>
 <ipxact:configurableElementValue referenceId="SIZE">SIZE</ipxact:configurableElementValue>
 <ipxact:configurableElementValue referenceId="BREAK">1</ipxact:configurableElementValue>
 <ipxact:configurableElementValue referenceId="STOP_VALUE">STOP_VALUE</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.