Hi
i'm using Quartus10.1 for startix iV gx evaluation board. during my synthesis i recieve the next info: info: design requires adding a large amount of routing delay for some signals to meet hold time requirements, and there is an excessive demand for the available routing resources. the fitter is reducing the routing delays of some signals to help the routing algorithm converge, but doing so may cause hold time failures. the synthesis ends with ~5 nsec hold violation can you assist thanks Meir链接已复制
4 回复数
Hold issues are usually related to clock skew.
A couple of possible causes: 1. Your design has an external clock that has been connected to a normal I/O pin instead of a dedicated input clock pin. 2. You have logic producing a clock (mux, divider, gate, etc).thanks
i do have some logic which generate clocks in the design i use single pll clock output and drive clock dividers the clock dividers outputs are the design clocks (divided by at leat 2 of the pll clock) i used clock groups to implify the falth_path between the clock groups is there any way to save this clock scheme and get the hold timing violation get convergence thanks