原创 Utopia Level 1 设计 Verilog

2007-10-29 08:02 4013 4 6 分类: 通信

/*Mon Oct 29 2007创建*/


 



/*==============================================================================
utopia_1_rx_tx_interface  level 1  only for one port
==============================================================================*/
module
utopia_1_rx_tx_interface  //level 1
(
//utopia  clk  <>
    input                 utopia_rx_clk       ,
    input                 utopia_tx_clk       ,
//receive utopia
    input       [15:0]    utopia_1_rx_data    ,//8 16 bits mode
    input                 utopia_1_rx_clav    ,
    output                utopia_1_rx_enb     ,
    input                 utopia_1_rx_rval    ,
    input                 utopia_1_rx_rsoc    ,
    input       [ 1:0]    utopia_1_rx_prty    ,
    input                 utopia_1_rx_ref_clk ,
   
//transmit utopia
    output      [15:0]    utopia_1_tx_data    ,//8 16 bits mode
    input                 utopia_1_tx_clav    ,
    output                utopia_1_tx_enb     ,
    input                 utopia_1_tx_tval    ,
    output                utopia_1_tx_tsoc    ,
    output      [ 1:0]    utopia_1_tx_prty    ,
    output                utopia_1_tx_ref_clk   
);
endmodule


(时间仓促,未完待续)


设计参考文献 af-phy-0017.000_Utopia_level1

文章评论3条评论)

登录后参与讨论

用户191500 2009-6-15 11:26

好东西,谢谢分享

用户169165 2008-9-20 12:10

正学这个东东,感觉有点难。

用户1113192 2007-12-29 08:13

04级  四院的

用户1113192 2007-11-13 12:57

哈哈,不好意思,被你猜到了。哈哈

用户37412 2007-11-13 09:36

楼主是南航的吧

校友啊

相关推荐阅读
用户1113192 2011-02-09 17:26
2011 新的一年 共同进步
空间荒废了一年了,今天打开了 呵呵  还在。 真是对不起各位大侠了。有需求发我邮箱吧。wwh_nuaa@163.com.   明天开始上班了。祝大家心情愉快。大展宏图。...
用户1113192 2009-05-27 15:05
高级加密标准(AES)算法
高级加密标准(AES)算法...
用户1113192 2009-05-27 14:59
分组对称加密模式:ECB/CBC/CFB/OFB缺CTR- -
分组对称加密模式:ECB/CBC/CFB/OFB缺CTR- -                                       【虎.无名】一般的加密通常都是块加密,如果要加密超过块大小的...
用户1113192 2009-05-27 14:57
基于AES算法的WLAN安全机制分析
基于AES算法的WLAN安全机制分析Performance Analysis of AES-Based WLAN Security刘永元,张联峰,刘乃安摘要:高级加密标准(AES)加密算法Rijnda...
用户1113192 2009-05-23 14:27
工作日志
 xilinx 11.1 update pdf ...
用户1113192 2009-05-18 08:33
图文并茂VLAN全接触
https://static.assets-stash.eet-china.com/album/old-resources/2009/5/18/3f8b27e9-5417-46f5-897f-dc13...
我要评论
3
4
关闭 站长推荐上一条 /2 下一条