set_false_path -through genclk src pin
Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
parent
f54ab5b170
commit
66d0914e4c
|
|
@ -5240,6 +5240,8 @@ Sdc::exceptionFromClkStates(const Pin *pin,
|
|||
exceptionFromStates(first_from_inst_exceptions_.findKey(inst),
|
||||
pin, rf, min_max, true, states);
|
||||
}
|
||||
exceptionThruStates(first_thru_pin_exceptions_.findKey(pin),
|
||||
rf, min_max, states);
|
||||
}
|
||||
if (!first_from_clk_exceptions_.empty())
|
||||
exceptionFromStates(first_from_clk_exceptions_.findKey(clk),
|
||||
|
|
|
|||
Loading…
Reference in New Issue