MakeTimingModel
Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
parent
5d45a07e34
commit
943ac0f17b
|
|
@ -607,7 +607,8 @@ MakeTimingModel::makeGateModelTable(const Pin *output_pin,
|
|||
TableModel *slew_model = new TableModel(slew_table, tbl_template,
|
||||
ScaleFactorType::cell, rf);
|
||||
GateTableModel *gate_model = new GateTableModel(delay_model, nullptr,
|
||||
slew_model, nullptr);
|
||||
slew_model, nullptr,
|
||||
nullptr, nullptr);
|
||||
return gate_model;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue