Open Jetsama opened 2 months ago
The dictionary variables in config files should propagate to higher level imports/configs
When loading the test we should see the schematic dictionary variables.
Example:
Test: schematic: "op_amp_test"
Schematic:
name: "opamp_test" dictionary_variables:
name: DUTLIB type: string #defaults? default: "DUTLIB" options: "[lib.name for lib in self.global_dict['ws'].dd.GetLibList()]"
name: DUTCELL type: string #defaults? default: "DUTCELL" options: "[cell.name for cell in self.global_dict['ws'].dd.GetObj('{DUTLIB}').cells]"
The dictionary variables in config files should propagate to higher level imports/configs
When loading the test we should see the schematic dictionary variables.
Example:
Test: schematic: "op_amp_test"
Schematic:
name: "opamp_test" dictionary_variables:
name: DUTLIB type: string #defaults? default: "DUTLIB" options: "[lib.name for lib in self.global_dict['ws'].dd.GetLibList()]"
name: DUTCELL type: string #defaults? default: "DUTCELL" options: "[cell.name for cell in self.global_dict['ws'].dd.GetObj('{DUTLIB}').cells]"