Logo SoCRocket

Transaction-Level Modeling Framework for Space Applications

Namespaces | Variables
xml_extract_generics.py File Reference

Namespaces

 core.tools.xml_extract_generics
 

Variables

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