tags
category
icon
password
AI summary

Delay balancing unsuccessful because an extra 4 cycles of latency introduced by optimizations in the feedback loop cannot be offset using design delays for the loop latency budget.

产生原因

notion image
由于时序考虑,在每个模块的输出端添加了1到2级的输入输出流水线,但是在这种带反馈的结构上添加输入输出流水线后,会产生如下的报错
notion image
可以看出加入的输入输出流水线会导致额外的时钟延时,使得延时平衡失败。

解决方法

在保证时序的前提下将带有反馈回路的模块输入输出流水线设置为0,也可以在同级输出端口加入delay手动添加流水线。