systemc-clang 2.0.0
Parsing SystemC constructs
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
parselib.primitives.vmodule Class Reference
Inheritance diagram for parselib.primitives.vmodule:
Inheritance graph
[legend]
Collaboration diagram for parselib.primitives.vmodule:
Collaboration graph
[legend]

Public Member Functions

 __init__ (self, type_name, port_bindings=None)
 
 to_str (self, var_name, context=None)
 

Public Attributes

 type_name
 
 port_bindings
 

Detailed Description

Definition at line 300 of file primitives.py.

Constructor & Destructor Documentation

◆ __init__()

parselib.primitives.vmodule.__init__ ( self,
type_name,
port_bindings = None )

Definition at line 301 of file primitives.py.

Member Function Documentation

◆ to_str()

parselib.primitives.vmodule.to_str ( self,
var_name,
context = None )

Definition at line 305 of file primitives.py.

Member Data Documentation

◆ port_bindings

parselib.primitives.vmodule.port_bindings

Definition at line 303 of file primitives.py.

◆ type_name

parselib.primitives.vmodule.type_name

Definition at line 302 of file primitives.py.


The documentation for this class was generated from the following file: