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

/gem5/src/mem/slicc/ast/
H A DOutPortDeclAST.py33 class OutPortDeclAST(DeclAST): class in inherits:DeclAST
35 super(OutPortDeclAST, self).__init__(slicc, pairs)
H A D__init__.py56 from slicc.ast.OutPortDeclAST import *
/gem5/src/mem/slicc/
H A Dparser.py279 p[0] = ast.OutPortDeclAST(self, p[3], p[5], p[7], p[8])

Completed in 11 milliseconds