zoukankan      html  css  js  c++  java
  • Error:NgdBuild:604解决方法(添加NGC文件方法)

    在使用ISE时候,我们经常在translate阶段会碰到这种错误,NgdBuild:604 - logical block 'U5/U0' with type 'DCM0' could not be   resolved. A pin name misspelling can cause this, a missing edif or ngc file,   or the misspelling of a type name. Symbol 'DCM0' is not supported in target   'spartan3e'. 这是因为我们在添加文件时候,忘记添加NGC文件到工程目录中。下面就演示如何添加NGC文件到工程目录中。NGC文件既要添加到Synthesize的目录下,也要添加到Implement目录下。

    第一步:在Synthesize下添加NGC文件

    如图在SynSynthesize中选择Process Properities

    在Synthesis Options中可以看到-sd和-vlgincdir。在-sd一栏中添加工程中所有的ngc或的edn文件的路径目录。在-vlgincdir中添加define.v文件的目录。 

    第二步:在到Implement目录下添加NGC文件

    如图在Implement Design中选择Process Properities。

    在Translate Properties中的-sd一栏中添加添加工程中所有的ngc或的edn文件的路径目录否则translate的时候会出错。

  • 相关阅读:
    Java8的List过滤
    docker 部署zookeeper集群
    docker部署haproxy
    安装和配置jenkins
    webpack安装和简单配置
    javascript
    javascript-模板方法模式-提示框归一化插件
    javascript-组合模式
    javascript设计模式-工厂方法模式
    javascript函数的几种写法集合
  • 原文地址:https://www.cnblogs.com/church/p/2657757.html
Copyright © 2011-2022 走看看