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

EETOP 创芯网论坛 (原名:电子顶级开发网)

手机号码,快捷登录

手机号码,快捷登录

找回密码

  登录   注册  

快捷导航
搜帖子
查看: 4466|回复: 12

[求助] 我写了个比较器想试用一下synplify,但是状态是Done(error),不知道怎么回事

[复制链接]
发表于 2015-1-17 22:52:49 | 显示全部楼层 |阅读模式

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

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

x
小白不懂,望各位大神赐教! QQ截图20150117225547.png
发表于 2015-1-18 10:03:49 | 显示全部楼层
代码发上来瞧瞧啊,光看这能看出啥
发表于 2015-1-18 13:50:15 | 显示全部楼层
好歹看下编译的报告啊
 楼主| 发表于 2015-1-18 13:51:25 | 显示全部楼层
回复 2# wangshikun118

module compare(equal,a,b);
input a,b;
output equal;
assign equal=(a==b)?1:0;
endmodule
额,这是代码,我就想试试这个软件怎么用...是不是哪里配置有问题呢?谢谢!
 楼主| 发表于 2015-1-18 13:54:04 | 显示全部楼层
回复 3# guofu2010


   #Build: Synplify Pro H-2013.03, Build 120R, Feb 24 2012#install: F:\synpilfy\fpga_H201303
#OS: Windows 7 6.1
#Hostname: 123-PC


#Implementation: rev_3


$ Start of Compile
#Sun Jan 18 13:55:17 2015


Synopsys Verilog Compiler, version comp201303rc, Build 045R, built Feb 28 2013
@N: :  | Running in 64-bit mode
Copyright (C) 1994-2013 Synopsys, Inc. This software and the associated documentation are proprietary to Synopsys, Inc. This software may only be used in accordance with the terms and conditions of a written license agreement with Synopsys, Inc.  All other use or distribution of the software is strictly prohibited.


@N: :  | : Running Verilog Compiler in System Verilog mode
@N: :  | : Running Verilog Compiler in Multiple File Compilation Unit mode
@I::"F:\synpilfy\fpga_H201303\lib\altera\altera.v"
@I::"F:\synpilfy\fpga_H201303\lib\altera\quartus_II121\cycloneive.v"
@I::"F:\synpilfy\fpga_H201303\lib\altera\quartus_II121\altera_mf.v"
@I::"F:\synpilfy\fpga_H201303\lib\altera\quartus_II121\altera_lpm.v"
@I::"F:\synpilfy\fpga_H201303\lib\altera\quartus_II121\altera_primitives.v"
@I::"F:\synpilfy\fpga_H201303\lib\vlog\umr_capim.v"
@I::"F:\synpilfy\fpga_H201303\lib\vlog\scemi_objects.v"
@I::"F:\synpilfy\fpga_H201303\lib\vlog\scemi_pipes.svh"
@I::"F:\synpilfy\fpga_H201303\lib\vlog\hypermods.v"
@I::"E:\FPGAstudy\compare\compare.v"
Verilog syntax check successful!
Selecting top level module compare
@N:CG364 : compare.v(1) | Synthesizing module compare


@END


At c_ver Exit (Real Time elapsed 0h:00m:00s; CPU Time elapsed 0h:00m:00s; Memory used current: 71MB peak: 72MB)


Process took 0h:00m:01s realtime, 0h:00m:01s cputime
# Sun Jan 18 13:55:18 2015


###########################################################]
小白表示不懂啊,大神帮忙看看。谢谢!
发表于 2015-1-18 13:58:55 | 显示全部楼层
你的代码没有什么问题,可能软件有问题,你把综合目录下的.srr文件发过来
发表于 2015-1-18 13:59:59 | 显示全部楼层
如果只是想学习的话,Synplify安装目录下的手册看看,里面就有许多例子。
 楼主| 发表于 2015-1-18 14:00:23 | 显示全部楼层
回复 6# guofu2010
ok QQ截图20150118135950.png

   #Build: Synplify Pro H-2013.03, Build 120R, Feb 24 2012#install: F:\synpilfy\fpga_H201303
#OS: Windows 7 6.1
#Hostname: 123-PC


#Implementation: rev_3


$ Start of Compile
#Sun Jan 18 13:55:17 2015


Synopsys Verilog Compiler, version comp201303rc, Build 045R, built Feb 28 2013
@N: :  | Running in 64-bit mode
Copyright (C) 1994-2013 Synopsys, Inc. This software and the associated documentation are proprietary to Synopsys, Inc. This software may only be used in accordance with the terms and conditions of a written license agreement with Synopsys, Inc.  All other use or distribution of the software is strictly prohibited.


@N: :  | : Running Verilog Compiler in System Verilog mode
@N: :  | : Running Verilog Compiler in Multiple File Compilation Unit mode
@I::"F:\synpilfy\fpga_H201303\lib\altera\altera.v"
@I::"F:\synpilfy\fpga_H201303\lib\altera\quartus_II121\cycloneive.v"
@I::"F:\synpilfy\fpga_H201303\lib\altera\quartus_II121\altera_mf.v"
@I::"F:\synpilfy\fpga_H201303\lib\altera\quartus_II121\altera_lpm.v"
@I::"F:\synpilfy\fpga_H201303\lib\altera\quartus_II121\altera_primitives.v"
@I::"F:\synpilfy\fpga_H201303\lib\vlog\umr_capim.v"
@I::"F:\synpilfy\fpga_H201303\lib\vlog\scemi_objects.v"
@I::"F:\synpilfy\fpga_H201303\lib\vlog\scemi_pipes.svh"
@I::"F:\synpilfy\fpga_H201303\lib\vlog\hypermods.v"
@I::"E:\FPGAstudy\compare\compare.v"
Verilog syntax check successful!
Selecting top level module compare
@N:CG364 : compare.v(1) | Synthesizing module compare


@END


At c_ver Exit (Real Time elapsed 0h:00m:00s; CPU Time elapsed 0h:00m:00s; Memory used current: 71MB peak: 72MB)


Process took 0h:00m:01s realtime, 0h:00m:01s cputime
# Sun Jan 18 13:55:18 2015


###########################################################]
这是报告..
 楼主| 发表于 2015-1-18 14:07:45 | 显示全部楼层
回复 7# guofu2010


    compare.docx (12.07 KB, 下载次数: 3 ) 我直接复制过来,貌似一直在审核....帮忙看看,谢谢!
发表于 2015-1-18 21:57:18 | 显示全部楼层
好好好好
您需要登录后才可以回帖 登录 | 注册

本版积分规则

关闭

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


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

GMT+8, 2024-11-26 04:50 , Processed in 0.022586 second(s), 8 queries , Gzip On, Redis On.

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