Searched refs:python_class_map (Results 1 - 1 of 1) sorted by relevance

/gem5/src/mem/slicc/symbols/
H A DStateMachine.py36 python_class_map = { variable
242 if param.type_ast.type.c_ident in python_class_map:
243 python_type = python_class_map[param.type_ast.type.c_ident]
248 "type: '%s'. Please update the python_class_map " \

Completed in 7 milliseconds