Logo SoCRocket

Transaction-Level Modeling Framework for Space Applications

Variables
core.tools.xml_extract_generics Namespace Reference

Variables

tuple tree = ET.parse('templates/leon3mp.tpa')
 
tuple root = tree.getroot()
 
tuple components = root.find('option')
 
tuple attrs = component.findall('option')
 

Variable Documentation

tuple core.tools.xml_extract_generics.attrs = component.findall('option')
tuple core.tools.xml_extract_generics.components = root.find('option')
tuple core.tools.xml_extract_generics.root = tree.getroot()
tuple core.tools.xml_extract_generics.tree = ET.parse('templates/leon3mp.tpa')