Home
last modified time | relevance | path

Searched full:gn_info_file (Results 1 – 2 of 2) sorted by relevance

/developtools/integration_verification/tools/rom_ram_analyzer/lite_small/src/
Drom_analysis.py61 gn_info_file = configs["gn_info_file"]
62 with open(gn_info_file, 'w', encoding='utf-8') as f:
334 …def _iterate_all_template_type(cls, type_list: List[str], gn_info: Dict, gn_info_file: str, base_n…
344 f"'{tn}' not found in the {gn_info_file}")
381 … gn_info: Dict, gn_info_file: str, rom_ram_baseline: Dict, rom_size_dict: Dict):
394 … type_list, gn_info, gn_info_file, base_name, rom_ram_baseline, rom_size_dict, f, size)
413 gn_info_file = configs["gn_info_file"] # filename to save gn_info
414 with open(gn_info_file, 'r', encoding='utf-8') as f:
424 product_dict, query_order, gn_info, gn_info_file, rom_ram_baseline, rom_size_dict)
Dconfig.yaml39 gn_info_file: gn_info.json