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

/gem5/src/mem/slicc/ast/
H A DInPortDeclAST.py32 class InPortDeclAST(DeclAST): class in inherits:DeclAST
34 super(InPortDeclAST, self).__init__(slicc, pairs)
H A D__init__.py45 from slicc.ast.InPortDeclAST import *
/gem5/src/mem/slicc/
H A Dparser.py275 p[0] = ast.InPortDeclAST(self, p[3], p[5], p[7], p[8], p[10])

Completed in 8 milliseconds