🔍 FPGA时序问题诊断:快速定位与精准修复手册
Error parsing MDX
[next-mdx-remote-client] error compiling MDX:
Expected a closing tag for `<br>` (32:52-32:56) before the end of `tableData`
30 | | 问题类型 | 如何发现问题 | 核心解决方法 |
31 | | ------------------ | --------------------------------------------------------------------- | ------------------------------------- |
> 32 | | **组合逻辑延迟过高** | - TimeQuest 中 IC 路径组合延迟 >60%<br>- Technology Map 显示深层 LUT 链 | 插入寄存器拆分流水线;简化单周期表达式 |
| ^
33 | | **高扇出信号延迟激增** | - `report_net -fanout` 显示扇出 >1000<br>- 关键路径起始于全局控制信号 | 手动复制寄存器;启用工具自动复制;关键信号使用全局网络 |
34 | | **物理布局导致路径过长** | Chip Planner/Device View 可见跨区域长走线、布线拥塞 | 调整模块位置靠近接口;启用物理综合与重定时;避免跨 bank 关键路径 |
More information: https://mdxjs.com/docs/troubleshooting-mdx
🧑🔧 See how to debug and solve most common MDX errors