Merge branch 'master' of https://github.com/The-OpenROAD-Project/OpenSTA
This commit is contained in:
commit
f7171d9bf4
|
|
@ -338,8 +338,8 @@ Sim::functionSense(const FuncExpr *expr,
|
|||
const Pin *input_pin,
|
||||
const Instance *inst)
|
||||
{
|
||||
TimingSense sense;
|
||||
LogicValue value;
|
||||
TimingSense sense = TimingSense::none;
|
||||
LogicValue value = LogicValue::unknown;
|
||||
functionSense(expr, input_pin, inst, sense, value);
|
||||
return sense;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue