Sdc::isConstrained

Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
James Cherry 2021-11-22 07:37:04 -08:00
parent c787060a9a
commit db87eeaed1
1 changed files with 2 additions and 2 deletions

View File

@ -470,8 +470,8 @@ Sdc::isConstrained(const Instance *inst) const
&& first_from_inst_exceptions_->hasKey(inst))
|| (first_thru_inst_exceptions_
&& first_thru_inst_exceptions_->hasKey(inst))
|| (first_to_inst_exceptions_->hasKey(inst)
&& first_to_inst_exceptions_)
|| (first_to_inst_exceptions_
&& first_to_inst_exceptions_->hasKey(inst))
|| inst_latch_borrow_limit_map_.hasKey(inst)
|| inst_min_pulse_width_map_.hasKey(inst);
}