xst.xmsgs
来自「XC95144步进电机驱动器源码,采用verilog vhdl开发,个人原创」· XMSGS 代码 · 共 20 行
XMSGS
20 行
<?xml version="1.0" encoding="UTF-8"?>
<!-- IMPORTANT: This is an internal file that has been generated
by the Xilinx ISE software. Any direct editing or
changes made to this file may result in unpredictable
behavior or data corruption. It is strongly advised that
users do not edit the contents of this file. -->
<messages>
<msg type="warning" file="Xst" num="905" delta="unknown" >"<arg fmt="%s" index="1">MiniStep.v</arg>" line <arg fmt="%d" index="2">157</arg>: One or more signals are missing in the sensitivity list of always block. To enable synthesis of FPGA/CPLD hardware, XST will assume that all necessary signals are present in the sensitivity list. Please note that the result of the synthesis may differ from the initial design specification. The missing signals are:
<arg fmt="%s" index="3"><reg_DlyCnt></arg>
</msg>
<msg type="warning" file="Xst" num="2474" delta="unknown" >Clock and clock enable of register <<arg fmt="%s" index="1">q_reg</arg>> are driven by the same logic. The clock enable is removed.
</msg>
<msg type="warning" file="Xst" num="737" delta="unknown" >Found <arg fmt="%d" index="1">1</arg>-bit latch for signal <<arg fmt="%s" index="2">reg_DrvOut</arg>>. Latches may be generated from incomplete case or if statements. We do not recommend the use of latches in FPGA/CPLD designs, as they may lead to timing problems.
</msg>
</messages>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?