打印
[FPGA]

ERROR PACK:198的问题

[复制链接]
3613|7
手机看帖
扫描二维码
随时随地手机跟帖
跳转到指定楼层
楼主
mengyuwei290|  楼主 | 2015-11-26 16:59 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
AC, ck, ST, NET, AN
新人求助!!!没钱啊。。。  各位大神有时间帮看看  应该很简单的
  综合可以,在implement时候,出现错误
Pack:198 - NCD was not produced.  All logic was removed from the design.
   This is usually due to having no input or output PAD connections in the
   design and no nets or symbols marked as 'SAVE'.  You can either add PADs or
   'SAVE' attributes to the design, or run 'map -u' to disable logic trimming in
   the mapper.  For more information on trimming issues search the Xilinx
   Answers database for "ERRORack:198" and read the Master Answer Record for
   MAP Trimming Issues.
这是什么问题啊!!!   我本来只是想试试DDS的ip核,下面是代码: 没有什么东西啊
module test_top(
    input clk_in,
    input rst_in
    );

wire [7:0] cosine;
(* KEEP="TRUE"*)wire [7:0] sine;
wire [15:0] phase_out;

DDS_test your_instance_name (
  .clk(clk_in), // input clk
  .sclr(rst_in), // input sclr
  .cosine(cosine), // output [15 : 0] cosine
  .sine(sine), // output [15 : 0] sine
  .phase_out(phase_out) // output [15 : 0] phase_out
);

endmodule

ucf文件:
# PlanAhead Generated miscellaneous constraints

NET "sine[0]" KEEP = "TRUE";
NET "sine[1]" KEEP = "TRUE";
NET "sine[2]" KEEP = "TRUE";
NET "sine[3]" KEEP = "TRUE";
NET "sine[4]" KEEP = "TRUE";
NET "sine[5]" KEEP = "TRUE";
NET "sine[6]" KEEP = "TRUE";
NET "sine[7]" KEEP = "TRUE";

# PlanAhead Generated physical constraints

NET "clk_in" LOC = V10;
NET "rst_in" LOC = P4;

# PlanAhead Generated IO constraints

NET "clk_in" IOSTANDARD = LVCMOS33;
NET "rst_in" IOSTANDARD = LVCMOS18;

相关帖子

沙发
mengyuwei290|  楼主 | 2015-11-26 17:00 | 只看该作者
顶一下。。。大家帮忙看一下

使用特权

评论回复
板凳
mengyuwei290|  楼主 | 2015-11-26 19:25 | 只看该作者
再顶一下

使用特权

评论回复
地板
mengyuwei290|  楼主 | 2015-11-29 19:43 | 只看该作者
为啥没人呢。。。

使用特权

评论回复
5
mengyuwei290|  楼主 | 2015-11-29 20:22 | 只看该作者
难道sp6不能用dds的IP核吗

使用特权

评论回复
6
drentsi| | 2015-11-30 09:00 | 只看该作者
你想FPGA一日速成?
这问题一大堆,新手未入门就是这样,实在不好解释,你还是先看书吧。

使用特权

评论回复
评论
zwdsgzs 2019-12-26 15:55 回复TA
哪里都有杠精,来,我陪你杠。争大你的钛合金*眼看看,这个程序只有调用dds一个IP核,报错只有一个,不是说错误字越多错误越严重的,用没用过ise? 
7
mengyuwei290|  楼主 | 2015-11-30 09:45 | 只看该作者
drentsi 发表于 2015-11-30 09:00
你想FPGA一日速成?
这问题一大堆,新手未入门就是这样,实在不好解释,你还是先看书吧。 ...

没那么大的心啊。。。   我用过点FPGA也看过点书。。。   本来想试试chipscope结果综合可以通过但map一直不行,我上网看了好多,还是不知道问题在哪,我这很纠结,求大哥帮忙解释一下。。。

使用特权

评论回复
发新帖 我要提问
您需要登录后才可以回帖 登录 | 注册

本版积分规则

2

主题

16

帖子

0

粉丝