By default, layer properties are initialized when no .lyp file is specified in a technology

You can turn this feature off by disabling the "Initialize other layers with default properties"
option on the techology's "General" page.
This commit is contained in:
Matthias Koefferlein
2024-11-23 15:19:33 +01:00
parent 983611172c
commit 1c23d77073
3 changed files with 210 additions and 211 deletions
+1 -1
View File
@@ -2522,7 +2522,7 @@ LayoutViewBase::signal_apply_technology (lay::LayoutHandle *layout_handle)
lyp_file = tech->eff_layer_properties_file ();
}
if (! lyp_file.empty ()) {
if (! lyp_file.empty () || tech->add_other_layers ()) {
// interpolate the layout properties file name
tl::Eval expr;