set_false_path -through genclk src pin

Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
James Cherry 2024-08-25 19:05:34 -05:00
parent f54ab5b170
commit 66d0914e4c
1 changed files with 2 additions and 0 deletions

View File

@ -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),