在线咨询 切换到宽版
eetop公众号 创芯大讲堂 创芯人才网

 找回密码
 注册

手机号码,快捷登录

手机号码,快捷登录

搜全文
查看: 2740|回复: 1

[求助] 学生新手求助 串口例化问题

[复制链接]
发表于 2016-3-21 16:44:01 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有账号?注册

×
小新我 看黑金串口 调试的程序后 照搬在ISE上 总共三个模块 这个是顶层模块,但是例化后 ,出现问题odule rx_module(
                 clk,   
                 rst_n,
                 Rx_pin_in,
                 rx_en_sig,

rx_data,

rx_done_sig
    );
input clk;
input rst_n;
input Rx_pin_in;
input rx_en_sig;
output[7:0] rx_data;
output rx_done_sig;

wire Rx_pin_inc;

wire H2L_sigc;
wire bps_clk;
wire cnt_sig;



detect_module u1(.I_clk(clk),
                          .I_rst_n(rst_n),

.Rx_pin_in(Rx_pin_inc),

.H2L_sig(H2L_sigc)
);
rx_bps_module u2(.clk(clk),
                        .rst_n(rst_n),

.cnt_sig(cnt_sig),

.bps_clk(bps_clk)

);
rx_control_module u3(.clk(clk),
                            .rst_n(rst_n),



    .H2L_sig(H2L_sig),



    .rx_en_sig(rx_en_sig),   

    .rx_done_sig(rx_done_sig),



    .cnt_sig(cnt_sigc),        

    .bps_clk(bps_clk),         
                            .rx_data(rx_data),
   
   .Rx_pin_in(Rx_pin_inc)

);
endmodule



在综合的时候 会出现这个问题ERROR:Xst:2544 - Unsupported item in port list for module <detect_module>. Anonymous ports are not supported in the current software release. Please remove them in order to continue the synthesis process. Anonymous ports are represented by comma (,) characters that do not separate ports in the port list; port lists must not begin or end with commas, or have consecutive commas.
第一次见这个问题· 求解 各位大神 小弟感谢  


注释掉 detect_module  和bps_module 后 综合就ok·  加上这俩模块就不行·    我只是想让 detect模块 和control模块相连接, bps模块和control模块相连接·  试了俩天没出来· 求哪位大神帮我看看  
 楼主| 发表于 2016-3-21 17:08:38 | 显示全部楼层
file:///c:/users/administrator/appdata/roaming/360se6/User Data/temp/clip_image004_thumb.jpg clip_image004_2.jpg 模块 如图
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

关闭

站长推荐 上一条 /1 下一条

X

手机版| 小黑屋| 关于我们| 联系我们| 隐私声明| EETOP 创芯网
( 京ICP备:10050787号 京公网安备:11010502037710 ) |网站地图

GMT+8, 2025-11-6 18:38 , Processed in 0.015714 second(s), 8 queries , Gzip On, Redis On.

eetop公众号 创芯大讲堂 创芯人才网
快速回复 返回顶部 返回列表