手机版

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文档下载到电脑,方便复制、编辑、收藏和打印
×
二维码
× 游客快捷下载通道(下载后可以自由复制和排版)
VIP包月下载
特价:29 元/月 原价:99元
低至 0.3 元/份 每月下载150
全站内容免费自由复制
VIP包月下载
特价:29 元/月 原价:99元
低至 0.3 元/份 每月下载150
全站内容免费自由复制
注:下载文档有可能出现无法下载或内容有问题,请联系客服协助您处理。
× 常见问题(客服时间:周一到周五 9:30-18:00)