Altera_Forum
Honored Contributor
9 years agoReverse Timing analysis (from .pof file)
Hi,
I'm working on a number of older systems which the original engineer somehow designed without using ANY timing constraints. These systems have been deployed for a number of years to several hundred customers, and I've been tasked with creating a new component that will interact with these systems. I'm trying to weigh my options, and I figured that the best would be to somehow find out what the timings currently are from the .pof files used to program the systems, and then create the timing for the new component based on those timings. The problem is that I don't even know if it's even possible to find the timings just off of the generated .pof file, even with the existing project. I could just re-compile the projects on my machine and hope that the timings are the same as what we've been sending to customers this whole time, but that doesn't sound safe to me. --Stephen