From 66d0914e4c1b3936f2acefe6590c434c39ff5cd8 Mon Sep 17 00:00:00 2001 From: James Cherry Date: Sun, 25 Aug 2024 19:05:34 -0500 Subject: [PATCH] set_false_path -through genclk src pin Signed-off-by: James Cherry --- sdc/Sdc.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sdc/Sdc.cc b/sdc/Sdc.cc index ee14c6c1..f02b9d6a 100644 --- a/sdc/Sdc.cc +++ b/sdc/Sdc.cc @@ -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),