首页 | 新闻 | 新品 | 文库 | 方案 | 视频 | 下载 | 商城 | 开发板 | 数据中心 | 座谈新版 | 培训 | 工具 | 博客 | 论坛 | 百科 | GEC | 活动 | 主题月 | 电子展
返回列表 回复 发帖

ise translate error

ise translate error

ise translate error

最近我写的代码在translate的时候出现了以下的错误。大致意思是说我在UCF文件里面的约束有错误。我的约束如下
NET "*clk_temp" TNM_NET = "rxclk1";
TIMESPEC "tsrx02" = PERIOD "rxclk1" "tsrx00" / 3.5;
TIMESPEC "tsrx03" = FROM "rxclk35" TO "rxclk1" "tsrx00" / 2;
错误如下:
ERROR:NgdBuild:756 - "xc3s1600e_lvds.ucf" Line 44: Could not find net(s)
'*clk_temp' in the design. To suppress this error specify the correct net
name or remove the constraint.
因为clk_temp是下面一个模块里面的net,所以加上*.
但是我查看RTL图里面存在clk_temp啊。
哪位达人帮忙给解决一下啊。谢谢!
返回列表