liberty delay_model default to table_lookup
Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
parent
7091c00b1d
commit
81c68379a3
|
|
@ -59,7 +59,7 @@ LibertyLibrary::LibertyLibrary(const char *name,
|
|||
const char *filename) :
|
||||
ConcreteLibrary(name, filename, true),
|
||||
units_(new Units()),
|
||||
delay_model_type_(DelayModelType::cmos_linear), // default
|
||||
delay_model_type_(DelayModelType::table), // default
|
||||
nominal_process_(0.0),
|
||||
nominal_voltage_(0.0),
|
||||
nominal_temperature_(0.0),
|
||||
|
|
|
|||
Loading…
Reference in New Issue