xst.xmsgs
来自「该源码为xilinx ise教程的附带光盘源码」· XMSGS 代码 · 共 40 行
XMSGS
40 行
<?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="1780" delta="unknown" >Signal <<arg fmt="%s" index="1">addr_ready</arg>> is never used or assigned.
</msg>
<msg type="warning" file="Xst" num="647" delta="unknown" >Input <<arg fmt="%s" index="1">madr<0></arg>> is never used.
</msg>
<msg type="warning" file="Xst" num="646" delta="unknown" >Signal <<arg fmt="%s" index="1">zero_sig</arg>> is assigned but never used.
</msg>
<msg type="warning" file="Xst" num="646" delta="unknown" >Signal <<arg fmt="%s" index="1">i2c_shiftout</arg>> is assigned but never used.
</msg>
<msg type="warning" file="Xst" num="1780" delta="unknown" >Signal <<arg fmt="%s" index="1">bit_cnt_clr</arg>> is never used or assigned.
</msg>
<msg type="warning" file="Xst" num="646" delta="unknown" >Signal <<arg fmt="%s" index="1">mbdr_read</arg>> is assigned but never used.
</msg>
<msg type="warning" file="Xst" num="1710" delta="unknown" >FF/Latch <<arg fmt="%s" index="1">madr_0</arg>> (without init value) has a constant value of <arg fmt="%d" index="2">0</arg> in block <<arg fmt="%s" index="3">uc_interface</arg>>.
</msg>
<msg type="warning" file="Xst" num="2677" delta="unknown" >Node <<arg fmt="%s" index="1">mbdr_read</arg>> of sequential type is unconnected in block <<arg fmt="%s" index="2">uC_CTRL</arg>>.
</msg>
<msg type="warning" file="Xst" num="2677" delta="unknown" >Node <<arg fmt="%s" index="1">uC_CTRL/mbdr_read</arg>> of sequential type is unconnected in block <<arg fmt="%s" index="2">i2c</arg>>.
</msg>
<msg type="info" file="Xst" num="741" delta="unknown" >HDL ADVISOR - A <arg fmt="%d" index="1">2</arg>-bit shift register was found for signal <<arg fmt="%s" index="2">uC_CTRL/as_int_d1</arg>> and currently occupies <arg fmt="%d" index="3">2</arg> logic cells (<arg fmt="%d" index="4">1</arg> slices). Removing the set/reset logic would take advantage of SRL<arg fmt="%d" index="5">16</arg> (and derived) primitives and reduce this to 1 logic cells (1 slices). Evaluate if the set/reset can be removed for this simple shift register. The majority of simple pipeline structures do not need to be set/reset operationally.
</msg>
</messages>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?