zoukankan      html  css  js  c++  java
  • Schematic

    Schematic - "DesignEntry 30 ERROR Instance referencing symbol is out of date"

     
     

    Description

    When I implement or synthesize a schematic design, the following error message occurs during the schematic DRC:

    "DesignEntry 30 ERROR Instance <instance-name> referencing symbol <symbol-name> is out of date.""

    A similar error message and a pop-up window appear if the references schematic file is opened.

    解决方案

    This error occurs if the time stamp on an instantiated symbol is newer than the time stamp of the schematic file, or if the symbol time stamp is newer than the symbol time stamp at the time it was placed on the schematic.

    The schematic DRC checks for both of the above cases but allows you to save a schematic without updating a symbol if you want.

    To update the symbol, open the referenced schematic. An "Open Schematic Files Error" box is displayed with all outdated symbols shown in the "Out-of-Date Symbols" window on the right. Make sure the desired symbol or symbols are highlighted and select the "Update Instances" button. Save the schematic and then re-run the original process that caused the error.

    In 7.1i, an option was added to "Update All Schematic Files" so that opening each schematic is not required. To use this option:

    1. Select the device in the "Sources in Project" window.

    2. In the "Processes" window under "Design Entry Utilities", double-click "Update All Schematic Files".

    In ISE 9.1i and earlier, the Schematic design rule check looked at both the system time stamp of the ".sym" file and the internal time stamp in the ".sym" file. In ISE 9.2i and later, only the internal time stamp is used.

  • 相关阅读:
    Oil Deposits UVA
    工作区的颜值选择(中等)
    计算机网络 自定向下方法1.1-1.2
    工作区的颜值选择(简单)
    排序算法之简单选择排序
    排序算法之直接插入排序
    查找算法之查找一个数组中只出现过一次的数
    查找算法之查找一个数组中两两数字相同,只有其中两个数字是不一样的,将其找出
    Linux
    ASP.NET Web – 状态管理
  • 原文地址:https://www.cnblogs.com/lsjjob/p/5223435.html
Copyright © 2011-2022 走看看