打印

新手请教一个问题,请大家帮忙,谢谢

[复制链接]
1671|9
手机看帖
扫描二维码
随时随地手机跟帖
跳转到指定楼层
楼主
mkapm11|  楼主 | 2012-6-3 12:27 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
TI, IO, AN, ev, TE
我用的ise10.1 写了一个很简单的程序 老实现不了 错误提示如下:

ERROR:Par:332 - The evaluation period for this evaluation software has expired. As stated in the guidelines of the
   Evaluation Agreement, which was shipped to you along with the Evaluation CDs, this software will no longer operate.
   We are eager to assist you as you conclude your evaluation of the Xilinx solution. Your local Field Applications
   Engineer or salesperson is available to answer any questions or to assist you in the purchase of an annual software
   license. You may also contact Xilinx directly at eval@xilinx.com
   Thank you for evaluating the Xilinx solution. We appreciate your interest in Xilinx and we look forward to earning
   your confidence and your business.
Process "Place & Route" failed

下面是verilog代码
module good(
    cout,sum,ina,inb,cin
    );
  output[3:0] sum;
  output cout;
  input[3:0] ina,inb;
  input cin;
  assign{cout,sum}=ina+inb+cin;
endmodule

我还试过其它的代码 都是实现的时候提示这个错误 不知道错在哪里了 请各位高人指点下,小弟万分感激。

相关帖子

沙发
GoldSunMonkey| | 2012-6-3 16:38 | 只看该作者
你的软件的license不行。

使用特权

评论回复
板凳
GoldSunMonkey| | 2012-6-3 16:38 | 只看该作者
不是代码问题。

使用特权

评论回复
地板
mkapm11|  楼主 | 2012-6-3 19:40 | 只看该作者
2# GoldSunMonkey
哦。我想问下,如果重新安装 哪个版本比较稳定好用一点呢?是去xilinx官网下载吗?license去哪里下载?

使用特权

评论回复
5
GoldSunMonkey| | 2012-6-3 21:52 | 只看该作者
你用什么器件?
看器件选择。
license你只能。。。,你懂的

使用特权

评论回复
6
mkapm11|  楼主 | 2012-6-3 22:22 | 只看该作者
本帖最后由 mkapm11 于 2012-6-3 22:24 编辑

5# GoldSunMonkey
spratan3e xc3s250e
spratan3e xc3s1600e.
license...

使用特权

评论回复
7
GoldSunMonkey| | 2012-6-3 22:40 | 只看该作者
那您还是选用ISE14.1吧。

使用特权

评论回复
8
GoldSunMonkey| | 2012-6-3 22:40 | 只看该作者
license 我没法提供。

使用特权

评论回复
9
GoldSunMonkey| | 2012-6-4 18:16 | 只看该作者
:)

使用特权

评论回复
10
GoldSunMonkey| | 2012-6-4 18:16 | 只看该作者
谢谢了啊。

使用特权

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

本版积分规则

14

主题

133

帖子

1

粉丝