Altera_Forum
Honored Contributor
11 years agoTime Quest analyzer questions
Hello guys..
I've almost finished my project. In this project I have a design partition reporting a negative slack of about -41ns (I use clocks of 75MHz and 150MHz). Now every time I compile my project and then program the FPGA I see strange result on the spectrum scope. The fact that I have these strange results may be due to the not met timing requirements ? Using the time analyzer and running the report timing tab, I see that the negative slack is relative to two nodes I have in my design : the sqrt node and the divide node. I have pipelined these nodes with 1 clock period. My design is something like: --> input1[31..0] --> sqrt(input[31..0])=sqrt[15..0] --> divide(input2[31..0],sqrt[15..0]) The time analyzer says that there is a data delay of about 55. How can I solve this issue ? (I'm a novice in time requirements) Thank you for your time.