Home
last modified time | relevance | path

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

/hal_microchip-latest/mpfs/soc_config_generator/
Dmpfs_configuration_generator.py558 def get_full_path(in_path): argument
559 print(in_path)
563 temp = in_path
564 if in_path.endswith('.xml'):
565 path_comp = in_path.split('/')
569 in_path = in_path.replace(filename, '')
570 print(in_path)
571 if in_path == '':
573 in_path = os.getcwd()
574 print(in_path)
[all …]