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

Subversion Repositories sgmii

[/] [sgmii/] [trunk/] [src/] [mSGMII.v] - Diff between revs 2 and 3

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 2 Rev 3
Line 1... Line 1...
/*
/*
Developed By Subtleware Corporation Pte Ltd 2011
Developed By Jeff Lieu (lieumychuong@gmail.com)
File            :
File            :
Description     :
Description     :
        This core implements:
        This core implements:
        B1000-X Standard
        B1000-X Standard
        PCS/PMA of SGMII MAC Side
        PCS/PMA of SGMII MAC Side
Line 333... Line 333...
        .i_CurrentParity        (w_CurrentParity        ),
        .i_CurrentParity        (w_CurrentParity        ),
 
 
        .i_Clk                          (w_ClkSys                       ),
        .i_Clk                          (w_ClkSys                       ),
        .i_ARst_L                       (w_ARstLogic_L          ));
        .i_ARst_L                       (w_ARstLogic_L          ));
 
 
 
        assign w_SignalDetect=~w_RxCodeInvalid;
 
 
        mXcver u0Xcver(
        mXcver u0Xcver(
 
 
        .i_SerRx                        (i_SerRx                        ),
        .i_SerRx                        (i_SerRx                        ),
        .o_SerTx                        (o_SerTx                        ),
        .o_SerTx                        (o_SerTx                        ),
Line 346... Line 347...
        .i_CalClk                       (i_CalClk                       ),
        .i_CalClk                       (i_CalClk                       ),
        .i_GxBPwrDwn            (w_GxBPowerDown         ),
        .i_GxBPwrDwn            (w_GxBPowerDown         ),
        .i_XcverDigitalRst      (~w_ARstLogic_L         ),
        .i_XcverDigitalRst      (~w_ARstLogic_L         ),
        .o_PllLocked            (w_PllLocked            ),
        .o_PllLocked            (w_PllLocked            ),
 
 
        .o_SignalDetect         (w_SignalDetect         ),
        .o_SignalDetect         (),
        .o8_RxCodeGroup         (w8_RxCode                      ),
        .o8_RxCodeGroup         (w8_RxCode                      ),
        .o_RxCodeInvalid        (w_RxCodeInvalid        ),
        .o_RxCodeInvalid        (w_RxCodeInvalid        ),
        .o_RxCodeCtrl           (w_RxCodeCtrl           ),
        .o_RxCodeCtrl           (w_RxCodeCtrl           ),
 
 
        .i8_TxCodeGroup         (w8_TxCode                      ),
        .i8_TxCodeGroup         (w8_TxCode                      ),

powered by: WebSVN 2.1.0

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