Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Xilinx ISE 中有一个大型设计,我想移除 3 个推断的锁存器。没有 IP 核或 Microblaze,我自己编写了所有代码。在我的设计中定位闩锁时遇到问题。我已经搜索了报告文件,但没有帮助我。有什么方法可以快速找到吗???谢谢
您可以在综合报告(*.syr 文件)中搜索 XST 警告 737:
警告:Xst:737 - 找到<n>信号的位锁存器<name>。
<n>
<name>
<n>并<name>应替换为适当的通配符:)
综合报告末尾的 BEL 报告将在触发器部分列出L*原语(例如)。LD普通触发器被命名为FD*(例如FDRCE)。
L*
LD
FD*
FDRCE