mirror of https://github.com/KLayout/klayout.git
Default for lazy eval mode is 'as requested by PCell' for backward compatibility
This commit is contained in:
parent
b9079cdfdc
commit
50ab169385
|
|
@ -142,6 +142,7 @@ void get_inst_options (std::vector < std::pair<std::string, std::string> > &opti
|
|||
options.push_back (std::pair<std::string, std::string> (cfg_edit_inst_column_y, "0.0"));
|
||||
options.push_back (std::pair<std::string, std::string> (cfg_edit_inst_place_origin, "false"));
|
||||
options.push_back (std::pair<std::string, std::string> (cfg_edit_pcell_show_parameter_names, "false"));
|
||||
options.push_back (std::pair<std::string, std::string> (cfg_edit_pcell_lazy_eval_mode, "-1"));
|
||||
options.push_back (std::pair<std::string, std::string> (cfg_edit_max_shapes_of_instances, "1000"));
|
||||
options.push_back (std::pair<std::string, std::string> (cfg_edit_show_shapes_of_instances, "true"));
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue