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啊。 哪位达人帮忙给解决一下啊。谢谢! |