ImageVerifierCode 换一换
格式:DOC , 页数:11 ,大小:79KB ,
资源ID:8339596      下载积分:10 金币
快捷注册下载
登录下载
邮箱/手机:
温馨提示:
快捷下载时,用户名和密码都是您填写的邮箱或者手机号,方便查询和重复下载(系统自动生成)。 如填写123,账号就是123,密码也是123。
特别说明:
请自助下载,系统不会自动发送文件的哦; 如果您已付费,想二次下载,请登录后访问:我的下载记录
支付方式: 支付宝    微信支付   
验证码:   换一换

开通VIP
 

温馨提示:由于个人手机设置不同,如果发现不能下载,请复制以下地址【https://www.zixin.com.cn/docdown/8339596.html】到电脑端继续下载(重复下载【60天内】不扣币)。

已注册用户请登录:
账号:
密码:
验证码:   换一换
  忘记密码?
三方登录: 微信登录   QQ登录  

开通VIP折扣优惠下载文档

            查看会员权益                  [ 下载后找不到文档?]

填表反馈(24小时):  下载求助     关注领币    退款申请

开具发票请登录PC端进行申请

   平台协调中心        【在线客服】        免费申请共赢上传

权利声明

1、咨信平台为文档C2C交易模式,即用户上传的文档直接被用户下载,收益归上传人(含作者)所有;本站仅是提供信息存储空间和展示预览,仅对用户上传内容的表现方式做保护处理,对上载内容不做任何修改或编辑。所展示的作品文档包括内容和图片全部来源于网络用户和作者上传投稿,我们不确定上传用户享有完全著作权,根据《信息网络传播权保护条例》,如果侵犯了您的版权、权益或隐私,请联系我们,核实后会尽快下架及时删除,并可随时和客服了解处理情况,尊重保护知识产权我们共同努力。
2、文档的总页数、文档格式和文档大小以系统显示为准(内容中显示的页数不一定正确),网站客服只以系统显示的页数、文件格式、文档大小作为仲裁依据,个别因单元格分列造成显示页码不一将协商解决,平台无法对文档的真实性、完整性、权威性、准确性、专业性及其观点立场做任何保证或承诺,下载前须认真查看,确认无误后再购买,务必慎重购买;若有违法违纪将进行移交司法处理,若涉侵权平台将进行基本处罚并下架。
3、本站所有内容均由用户上传,付费前请自行鉴别,如您付费,意味着您已接受本站规则且自行承担风险,本站不进行额外附加服务,虚拟产品一经售出概不退款(未进行购买下载可退充值款),文档一经付费(服务费)、不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
4、如你看到网页展示的文档有www.zixin.com.cn水印,是因预览和防盗链等技术需要对页面进行转换压缩成图而已,我们并不对上传的文档进行任何编辑或修改,文档下载后都不会有水印标识(原文档上传前个别存留的除外),下载后原文更清晰;试题试卷类文档,如果标题没有明确说明有答案则都视为没有答案,请知晓;PPT和DOC文档可被视为“模板”,允许上传人保留章节、目录结构的情况下删减部份的内容;PDF文档不管是原文档转换或图片扫描而得,本站不作要求视为允许,下载前可先查看【教您几个在下载文档中可以更好的避免被坑】。
5、本文档所展示的图片、画像、字体、音乐的版权可能需版权方额外授权,请谨慎使用;网站提供的党政主题相关内容(国旗、国徽、党徽--等)目的在于配合国家政策宣传,仅限个人学习分享使用,禁止用于任何广告和商用目的。
6、文档遇到问题,请及时联系平台进行协调解决,联系【微信客服】、【QQ客服】,若有其他问题请点击或扫码反馈【服务填表】;文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“【版权申诉】”,意见反馈和侵权处理邮箱:1219186828@qq.com;也可以拔打客服电话:0574-28810668;投诉电话:18658249818。

注意事项

本文(Quartus常见错误.doc)为本站上传会员【xrp****65】主动上传,咨信网仅是提供信息存储空间和展示预览,仅对用户上传内容的表现方式做保护处理,对上载内容不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知咨信网(发送邮件至1219186828@qq.com、拔打电话4009-655-100或【 微信客服】、【 QQ客服】),核实后会尽快下架及时删除,并可随时和客服了解处理情况,尊重保护知识产权我们共同努力。
温馨提示:如果因为网速或其他原因下载失败请重新下载,重复下载【60天内】不扣币。 服务填表

Quartus常见错误.doc

1、 Quartus常见错误 1:看看警告:it conflicts with Quartus II primitive name,实体名和QUARTUS的保留字冲突,楼主把实体名改一下就行了。有很多这种名字都不能乱起的 比如or2 and2 啥的。 为什么还提示“Error: Top-level design entity "and2" is undefined” library ieee; use ieee.std_logic_1164.all; entity and2 is port(a,b:in std_logic;      yut std_logic

2、); end and2; architecture and2_1 of and2 is begin y<=a nand b; end and2_1; 在设置里已经设定top-level entity为and2了 怎么还是报错啊! 标题:关于quartus中模块的引用 2009-05-27 17:10:35 quartus中一个工程中可包含一个顶层模块,多个子模块,通过顶层模块引用子模块。 1:顶层模块的实体名必须与建立工程时的实体名一致,否则编译时会出错,如下 Error: Top-level design entity "AND" is undef

3、ined 2,多个实体文件建立后在quartus界面左边的工程文件夹中找到要作为顶层文件的文件点击右键设置为顶层文件 3.所有文件设置好后再进行编译,单独编译某个文件的话肯定错误很多。 里面有一个调用模块的例子,书中间的子模块命名为NAND编译时不能通过,后来改个名字NAND11就通过了,难道NAND是关键词不可用来命名? 错误为: Top-level design entity "rojectName" is undefined 我已经把项目名称和顶层设计的名称设为一样的 而且有时候出现这样的情况,有时候又不出现这样的情况 例如下面这个例子 //与非门行为描述

4、 module NAND(in1,in2,out);                         input in1,in2;                         output out; //连续赋值语句         assign out=~(in1&in2); endmodule 我建工程后就会提示Top-level design entity "NAND" is undefined 这个例子是从电子书上直接拷贝过来的,我很好奇的是有的例子可以运行,有的例子不可以。 我先创建一个Verilog文件,然后保存成工程,工程名字和顶层文件名字一样的。 问题

5、解决了。 原来定义实体的名称必须与项目顶层文件名称相同。 难怪有时候出现有时候又不出现这个问题咧。 2009-10-17 17:16 1.Found clock-sensitive change during active clock edge at time

6、   2.Verilog HDL assignment warning at : truncated with size to match size of target (   原因:在HDL设计中对目标的位数进行了设定,如:reg[4:0] a;而默认为32位,将位数裁定到合适的大小   措施:如果结果正确,无须加以修正,如果不想看到这个警告,可以改变设定的位数   3.All reachable assignments to data_out(10) assign '0', register removed by optim

7、ization   原因:经过综合器优化后,输出端口已经不起作用了   4.Following 9 pins have nothing, GND, or VCC driving datain port -- changes to this connectivity may change fitting results   原因:第9脚,空或接地或接上了电源   措施:有时候定义了输出端口,但输出端直接赋‘0’,便会被接地,赋‘1’接电源。   如果你的设计中这些端口就是这样用的,那便可以不理会这些warning   5.Found pins ing as undefine

8、d clocks and/or memory enables   原因:是你作为时钟的PIN没有约束信息。可以对相应的PIN做一下设定就行了。主要是指你的某些管脚在电路当中起到了时钟管脚的作用,比如flip-flop的clk管脚,而此管脚没有时钟约束,因此QuartusII把“clk”作为未定义的时钟。   措施:如果clk不是时钟,可以加“not clock”的约束;如果是,可以在clock setting当中加入;在某些对时钟要求不很高的情况下,可以忽略此警告或在这里修改:Assignments>Timing analysis settings...>Individual cloc

9、ks...>...   6.Timing characteristics of device EPM570T144C5 are preliminary   原因:因为MAXII 是比較新的元件在 QuartusII 中的時序并不是正式版的,要等 Service Pack   措施:只影响 Quartus 的 Waveform   7.Warning: Clock latency analysis for PLL offsets is supported for the current device family, but is not enabled   措施:将setti

10、ng中的timing Requirements&Option-->More Timing Setting-->setting-->Enable Clock Latency中的on改成OFF   8.Found clock high time violation at 14.8 ns on register "|counter|lpm_counter:count1_rtl_0|dffs[11]"   原因:违反了steup/hold时间,应该是后仿真,看看波形设置是否和时钟沿符合steup/hold时间   措施:在中间加个寄存器可能可以解决问题   9.warning: cir

11、cuit may not operate.detected 46 non-operational paths clocked by clock clk44 with clock skew larger than data delay   原因:时钟抖动大于数据延时,当时钟很快,而if等类的层次过多就会出现这种问题,但这个问题多是在器件的最高频率中才会出现   措施:setting-->timing Requirements&Options-->Default required fmax 改小一些,如改到50MHZ   10.Design contains inpu

12、t pin(s) that do not drive logic   原因:输入引脚没有驱动逻辑(驱动其他引脚),所有的输入引脚需要有输入逻辑   措施:如果这种情况是故意的,无须理会,如果非故意,输入逻辑驱动.   11.Warning:Found clock high time violation at 8.9ns on node 'TEST3.CLK'   原因:FF中输入的PLS的保持时间过短   措施:在FF中设置较高的时钟频率   12.Warning: Found 10 node(s) in clock paths which may be acting

13、as ripple and/or gated clocks -- node(s) analyzed as buffer(s) resulting in clock skew   原因:如果你用的 CPLD 只有一组全局时钟时,用全局时钟分频产生的另一个时钟在布线中当作信号处理,不能保证低的时钟歪斜(SKEW)。会造成在这个时钟上工作的时序电路不可靠,甚至每次布线产生的问题都不一样。   措施:如果用有两组以上全局时钟的 FPGA 芯片,可以把第二个全局时钟作为另一个时钟用,可以解决这个问题。   13.Critical Warning: Timing requirements we

14、re not met. See Report window for details.   原因:时序要求未满足,   措施:双击Compilation Report-->Time Analyzer-->红色部分(如clock setup:'clk'等)-->左键单击list path,查看fmax的SLACK REPORT再根据提示解决,有可能是程序的算法问题   14.Can't achieve minimum setup and hold requirement along path(s). See Report window for detai

15、ls.   原因:时序分析发现一定数量的路径违背了最小的建立和保持时间,与时钟歪斜有关,一般是由于多时钟引起的   措施:利用Compilation Report-->Time Analyzer-->红色部分(如clock hold:'clk'等),在slack中观察是hold time为负值还是setup time 为负值,然后在:Assignment-->Assignment Editor-->To中增加时钟名(from node finder),Assignment Name中增加 多时钟有关的Multicycle 和Multicycle Hold选项,如hold time为负,

16、可使Multicycle hold的值>multicycle,如设为2和1。   15: Can't analyze file -- file E://quartusii/*/*.v is missing   原因:试图编译一个不存在的文件,该文件可能被改名或者删除了   措施:不管他,没什么影响   16.Warning: Can't find signal in vector source file for input pin |whole|clk10m   原因:因为你的波形仿真文件( vector source file )中并没有把所有的输入   信号(inpu

17、t pin)加进去,对于每一个输入都需要有激励源的   17.Error: Can't name logic scfifo0 of instance "inst" -- has same name as current design file   原因:模块的名字和project的名字重名了   措施:把两个名字之一改一下,一般改模块的名字   18.Warning: Using design file lpm_fifo0.v, which is not specified as a design file for the current project, but contai

18、ns definitions for 1 design units and 1 entities in project Info: Found entity 1: lpm_fifo0   原因:模块不是在本项目生成的,而是直接copy了别的项目的原理图和源程序而生成的,而不是用QUARTUS将文件添加进本项目   措施:无须理会,不影响使用   19.Timing characteristics of device are preliminary   原因:目前版本的QuartusII只对该器件提供初步的时序特征分析   措施:如果坚持用目前的器件,无须理会该

19、警告。关于进一步的时序特征分析会在后续版本的Quartus得到完善。   20.Timing Analysis does not support the analysis of latches as synchronous elements for the currently selected device family   原因:用analyze_latches_as_synchronous_elements setting可以让Quaruts II来分析同步锁存,但目前的器件不支持这个特性   措施:无须理会。时序分析可能将锁存器分析成回路。但并不一定分析正确。其后果可能会导致

20、显示提醒用户:改变设计来消除锁 存器   21.Warning:Found xx output pins without output pin load capacitance assignment(网友:gucheng82提供)   原因:没有给输出管教指定负载电容   措施:该功能用于估算TCO和功耗,可以不理会,也可以在Assignment Editor中为相应的输出管脚指定负载电容,以消除警告   22.Warning: Found 6 node(s) in clock paths which may be acting as ripple and/or gated c

21、locks -- node(s) analyzed as buffer(s) resulting in clock skew   原因:使用了行波时钟或门控时钟,把触发器的输出当时钟用就会报行波时钟,将组合逻辑的输出当时钟用就会报门控时钟   措施:不要把触发器的输出当时钟,不要将组合逻辑的输出当时钟,如果本身如此设计,则无须理会该警告   23.Warning (10268): Verilog HDL information at lcd7106.v(63): Always Construct contains both blocking and non-blocking ass

22、ignments   原因: 一个always模块中同时有阻塞和非阻塞的赋值 1Warning: VHDL Process Statement warning at random.vhd(18): signal reset is in statement, but is not in sensitivity list   ----没把singal放到process()中   2 Warning: Found pins ing as undefined clocks and/or memory enablesInfo: Assuming node CLK is an undefined

23、 clock   -=-----可能是说设计中产生的触发器没有使能端   3 Error: VHDL Interface Declaration error in clk_gen.vhd(29): interface object "clk_scan" of mode out cannot be read. Change object mode to buffer or inout.    ------信号类型设置不对,out当作buffer来定义   4 Error: Node instance "clk_gen1" instantiates undefined entity "cl

24、k_gen"    -------引用的例化元件未定义实体--entity "clk_gen"   5 Warning: Found 2 node(s) in clock paths which may be acting as ripple and/or gated clocks -- node(s) analyzed as buffer(s) resulting in clock skew   Info: Detected ripple clock "clk_gen:clk_gen1|clk_incr" as buffer    Info: Detected ripple cloc

25、k "clk_gen:clk_gen1|clk_scan" as buffer   6 Warning: VHDL Process Statement warning at ledmux.vhd(15): signal or variable "dataout" may not be assigned a new in every possible path through the Process    Statement. Signal or variable "dataout" holds its previous in every path with no new assignment

26、 which may create a combinational loop in the current design.   7 Warning: VHDL Process Statement warning at divider_10.vhd(17): signal "cnt" is read inside the Process Statement but isn't in the Process Statement's sensivitity list    -----缺少敏感信号   8 Warning: No clock transition on "counter_bcd

27、7:counter_counter_clk|q_sig[3]" register   9 Warning: Reduced register "counter_bcd7:counter_counter_clk|q_sig[3]" with stuck clock port to stuck GND   10 Warning: Circuit may not operate. Detected 1 non-operational path(s) clocked by clock "class[1]" with clock skew larger than data delay. See Co

28、mpilation Report for details.   11 Warning: Circuit may not operate. Detected 1 non-operational path(s) clocked by clock "sign" with clock skew larger than data delay. See Compilation Report for details.   12 Error: VHDL error at counter_clk.vhd(90): actual port "class" of mode "in" cannot be asso

29、ciated with formal port "class" of mode "out"   ------两者不能连接起来   13 Warning: Ignored node in vector source file. Can't find corresponding node name "class_sig[2]" in design.   ------没有编写testbench文件,或者没有编辑输入变量的值 testbench里是元件申明和映射   14 Error: VHDL Binding Indication error at freqdetect_top.vhd(19

30、): port "class" in design entity does not have std_logic_vector type that is specified for the same generic in the associated component    ---在相关的元件里没有当前文件所定义的类型   15 Error: VHDL error at tongbu.vhd(16): can't infer register for signal "gate" because signal does not hold its outside clock edge   

31、16 Warning: Found clock high time violation at 1000.0 ns on register "|fcounter|lpm_counter:temp_rtl_0|dffs[4]"   17 Warning: Compiler packed, optimized or synthesized away node "temp[19]". Ignored vector source file node.   ---"temp[19]"被优化掉了   18 Warning: Reduced register "gate~reg0" with stuck

32、 data_in port to stuck GND   19 Warning: Design contains 2 input pin(s) that do not drive logic    Warning: No output dependent on input pin "clk"    Warning: No output dependent on input pin "sign"   ------输出信号与输入信号无关,   20 Warning: Found clock high time violation at 16625.0 ns on register "|i

33、mpulcomp|gate1"   21 Error: VHDL error at impulcomp.vhd(19): can't implement clock enable condition specified using binary operator "or"   22 Error: VHDL Association List error at period_counter.vhd(38): actual parameter assigned to formal parameter "alarm", but formal parameter is not declared  

34、 -------连接表错误,形参"alarm"赋值给实参,形参没定义,可能是形参与实参的位置颠倒了,规定形参在实参之前。   23 Error: Ignored construct behavier at period_counter.vhd(15) because of previous errors   --------因为前一个错误而导致的错误   24 Error: VHDL error at period_counter.vhd(38): type of identifier "alarm" does not agree with its usage as std_logic

35、type   --------"alarm"的定义类型与使用的类型不一致 warning: Info: Pin num[0] not assigned to an exact location on the device num[0]管脚没有在器件上非配一个准确位置 解决方法:进行管脚分配。 Warning: Found pins functioning as undefined clocks and/or memory enables Info: Assuming node "clk" is an undefined clock 原因:是你作为时钟的PIN没有约束信息。可以对

36、相应的PIN做一下设定就行了。主要是指你的某些管脚在电路当中起到了时钟管脚的作用,比如flip-flop的clk管脚,而此管脚没有时钟约束,因此QuartusII把“clk”作为未定义的时钟。 措施:如果clk不是时钟,可以加“not clock”的约束;如果是,可以在clock setting当中加入;在某些对时钟要求不很高的情况下,可以忽略此警告或在这里修改:Assignments>Timing analysis settings...>Individualclocks...>... 注意在Applies to node中只用选择时钟引脚一项即可,required fmax一般比所要求

37、频率高5%即可,无须太紧或太松。   25 Error: VHDL error at shift_reg.vhd(24): can't synthesize logic for statement with conditions that test for the edges of multiple clocks    -------同一进程中含有两个或多个if(edge)条件,(一个进程中之能有一个时钟沿)   26 Error: Can't resolve multiple constant drivers for net "datain_reg[22]" at shift_reg.

38、vhd(19)   27 can't infer register for signal "num[0]" because signal does not hold its outside clock edge   28Error: Can't elaborate top-level user hierarchy   29 Error: Can't resolve multiple constant drivers for net "cs_in" at led_key.vhd(32)     ----------有两个以上赋值语句,不能确定“cs_in”的值,   30 Warning

39、 Ignored node in vector source file. Can't find corresponding node name "over" in design.   ---------------在源文件中找不到对应的节点“over”。   31 Error: Can't access JTAG chain        无法找到下载链 Warning (10541)的意思是设计中使用了一个未赋值的信号,并且没有复位值,这样该信号为无效值(确定但不可知),被其他逻辑使用也许会导致错误。 Warning (10036)不用管它,大概是说有个信号未被使用,这样不会对逻

40、辑产生任何影响,当然也可以考虑删除它。 Warning (10492)是很常见的,这个关系到编码风格问题。在process里作为被判断信号(if或者case后面的)或者赋值语句右端信号通常应该写在process的敏感信号表里。有些eda工具不检查这个,可能会导致仿真结果与综合出来的电路不一致。实际上,综合工具在综合的时候会自动把这类信号添加到敏感信号表里,但仿真工具不会,而是完全按照代码体现的语意来仿真。 Reduced register ...这两个应该是说明eda工具所作的优化,去掉了一些多余的D触发器。 Output pins are stuck at VCC or GND 如果正

41、是希望某些输出被固定置高电平或低电平或者无所谓,就不用管它,否则请检查代码。 Design contains 1 input pin(s) that do not drive logic 这个也比较常见,eda工具会提醒设计中没被用到的输入,然而这经常就是设计者的本意(不关心某些输入)。 Found 1 node(s) in clock paths which may be acting as ripple and/or gated clocks -- node(s) analyzed as buffer(s) resulting in clock skew 这就是说明门控时钟带来的扭曲

42、 1.Found clock-sensitive change during active clock edge at time

43、 to match size of target ( 原因:在HDL设计中对目标的位数进行了设定,如:reg[4:0] a;而默认为32位,将位数裁定到合适的大小 措施:如果结果正确,无须加以修正,如果不想看到这个警告,可以改变设定的位数 3.All reachable assignments to data_out(10) assign '0', register removed by optimization 原因:经过综合器优化后,输出端口已经不起作用了 4.Following 9 pins have nothing, GND, or VCC drivi

44、ng datain port -- changes to this connectivity may change fitting results 原因:第9脚,空或接地或接上了电源 措施:有时候定义了输出端口,但输出端直接赋‘0’,便会被接地,赋‘1’接电源。如果你的设计中这些端口就是这样用的,那便可以不理会这些warning 5.Found pins functioning as undefined clocks and/or memory enables 原因:是你作为时钟的PIN没有约束信息。可以对相应的PIN做一下设定就行了。主要是指你的某些管脚在电路当中起到了时钟管脚的

45、       作用,比如flip-flop的clk管脚,而此管脚没有时钟约束,因此QuartusII把“clk”作为未定义的时钟。 措施:如果clk不是时钟,可以加“not clock”的约束;如果是,可以在clock setting当中加入;在某些对时钟要求不很高的情况下,可以忽略此警告或在这里修改:Assignments>Timing analysis settings...>Individual clocks...>... 6.Timing characteristics of device EPM570T144C5 are preliminary 原因:因为MAXII

46、是比較新的元件在 QuartusII 中的時序並不是正式版的,要等 Service Pack 措施:只影响 Quartus 的 Waveform 7.Warning: Clock latency analysis for PLL offsets is supported for the current device family, but is not enabled 措施:将setting中的timing Requirements&Option-->More Timing Setting-->setting-->Enable Clock Latency中的on改成OFF

47、 8.Found clock high time violation at 14.8 ns on register "|counter|lpm_counter:count1_rtl_0|dffs[11]" 原因:违反了steup/hold时间,应该是后仿真,看看波形设置是否和时钟沿符合steup/hold时间 措施:在中间加个寄存器可能可以解决问题 9.warning: circuit may not operate.detected 46 non-operational paths clocked by clock clk44 with clock skew larger tha

48、n data delay 原因:时钟抖动大于数据延时,当时钟很快,而if等类的层次过多就会出现这种问题,但这个问题多是在器件的最高频率中才会出现 措施:setting-->timing Requirements&Options-->Default required fmax 改小一些,如改到50MHZ 10.Design contains input pin(s) that do not drive logic 原因:输入引脚没有驱动逻辑(驱动其他引脚),所有的输入引脚需要有输入逻辑 措施:如果这种情况是故意的,无须理会,如果非故意,输入逻辑驱动. 11.

49、Warning:Found clock high time violation at 8.9ns on node 'TEST3.CLK' 原因:FF中输入的PLS的保持时间过短 措施:在FF中设置较高的时钟频率 12.Warning: Found 10 node(s) in clock paths which may be acting as ripple and/or gated clocks -- node(s) analyzed as buffer(s) resulting in clock skew 原因:如果你用的 CPLD 只有一组全局时钟时,用全局时钟分频产生的另一个时钟在布线中当作信号处理,不能保证低的时钟歪斜(SKEW)。会造成在这个时钟上工作的时序电路不可靠,甚至每次布线产生的问题都不一样。 措施:如果用有两组以上全局时钟的 FPGA 芯片,可以把第二个全局时钟作为另一个时钟用,可以解决这个问题。 第5条补充如下: 5.Found pins functioning as undefined clocks and

移动网页_全站_页脚广告1

关于我们      便捷服务       自信AI       AI导航        抽奖活动

©2010-2026 宁波自信网络信息技术有限公司  版权所有

客服电话:0574-28810668  投诉电话:18658249818

gongan.png浙公网安备33021202000488号   

icp.png浙ICP备2021020529号-1  |  浙B2-20240490  

关注我们 :微信公众号    抖音    微博    LOFTER 

客服