Forum Discussion
zhongjingcheng
New Contributor
1 year agoset_max_delay约束如何支持datapath_only属性
我想支持所有寄存器到寄存器A的数据路径最长只能是30ns。 用vivado的约束语句是: set_max_delay -to {A} 30 -datapath_only set_max_delay -from {A} 30 -datapath_only 但是在quartus的时序分析器中并不支持-datapath_only选项。 这里说的“所有寄存器”包括同步寄存器和异步时钟域的寄存器。 ...
zhongjingcheng
New Contributor
1 year ago问题已经解决了,先用优先级更高的set false设置hold约束,然后再用低优先级的max delay。