Forum Discussion
AGoge
New Contributor
7 years agoThe SDC function "set_max_skew" works incorrectly.
Hello! The constrain function "set_max_skew" works incorrectly. With this function I've tried to make the most equal paths from input port to registers. I carried out a simple test experiment (proje...
AndyN
Occasional Contributor
7 years agoAs Alex said, set_max/min_skew is really not actually a constraint - it's more setting a value to check against (which, don't get me wrong, can be extremely annoying when you are trying to achieve what you are describing). To achieve your aim, you'd be better setting up min and max delays with a tight window - that way the tools will actually work to meet your constraints.