FPGA实现双向IO口与时钟芯片的例子(5)

发布时间:2021-06-05

wire [1:0]Access_Start_Sig;

cmd_control_module U1

(

.CLK( CLK ),

.RSTn( RSTn ),

.Start_Sig( Start_Sig ), // input - from top

.Done_Sig( Done_Sig ), // output - to top

.Time_Write_Data( Time_Write_Data ), // input - from top .Time_Read_Data( Time_Read_Data ), // output - to top .Access_Done_Sig( Access_Done_Sig ), // input - from U2 .Access_Start_Sig( Access_Start_Sig ), // output - to U2 .Read_Data( Read_Data ), // input - from U2 .Words_Addr( Words_Addr ), // output - to U2

.Write_Data( Write_Data ) // output - to U2

);

wire [7:0]Read_Data;

wire Access_Done_Sig;

function_module U2

(

.CLK( CLK ),

.RSTn( RSTn ),

.Start_Sig( Access_Start_Sig ), // input - from U1 .Words_Addr( Words_Addr ), // input - from U1

.Write_Data( Write_Data ), // input - from U1

.Read_Data( Read_Data ), // output - to U1

.Done_Sig( Access_Done_Sig ), // output - to U1

.RST( RST ), // output - to top

.SCLK( SCLK ), // output - to top

.SIO( SIO ) // output - to top

);

FPGA实现双向IO口与时钟芯片的例子(5).doc 将本文的Word文档下载到电脑

精彩图片

热门精选

大家正在看

× 游客快捷下载通道(下载后可以自由复制和排版)

限时特价:7 元/份 原价:20元

支付方式:

开通VIP包月会员 特价:29元/月

注:下载文档有可能“只有目录或者内容不全”等情况,请下载之前注意辨别,如果您已付费且无法下载或内容有问题,请联系我们协助你处理。
微信:fanwen365 QQ:370150219