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

Public Member Functions

 __init__ (self, width)
 
 to_str (self, var_name, context=None)
 
- Public Member Functions inherited from parselib.primitives.Primitive
 __init_subclass__ (cls, **kwargs)
 

Public Attributes

 width
 

Additional Inherited Members

- Static Public Member Functions inherited from parselib.primitives.Primitive
 get_primitive_name_dict ()
 
 get_primitive (name)
 
 name_filter (name)
 
- Static Public Attributes inherited from parselib.primitives.Primitive
list primitive_type_names = []
 
dict name_mapping
 

Detailed Description

Definition at line 178 of file primitives.py.

Constructor & Destructor Documentation

◆ __init__()

parselib.primitives.sc_int.__init__ ( self,
width )

Definition at line 179 of file primitives.py.

Member Function Documentation

◆ to_str()

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

Definition at line 182 of file primitives.py.

Member Data Documentation

◆ width

parselib.primitives.sc_int.width

Definition at line 180 of file primitives.py.


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