Home
last modified time | relevance | path

Searched refs:build_dir (Results 1 – 1 of 1) sorted by relevance

/trusted-firmware-a-3.6.0-3.5.0/tools/memory/
Dprint_memory_map.py49 build_dir = sys.argv[1] variable
53 build_dir = 'build/fvp/debug'
61 file_path = os.path.join(build_dir, image, '{}.map'.format(image))
90 print(('{:-^%d}' % (max_len * 3 + 20 + 7)).format('Memory Map from: ' + build_dir))