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

Public Member Functions

 __init__ (self)
 
 hmodule (self, tree)
 
- Public Member Functions inherited from parselib.transforms.top_down.TopDown
 __default__ (self, t)
 

Detailed Description

reorders the mod init block, so that hmodinitblock (sensitivity list) is available
when the processes are being translated

Definition at line 6 of file reorder_mod_init_block.py.

Constructor & Destructor Documentation

◆ __init__()

parselib.transforms.reorder_mod_init_block.ReorderModInitBlock.__init__ ( self)

Reimplemented from parselib.transforms.top_down.TopDown.

Definition at line 11 of file reorder_mod_init_block.py.

Member Function Documentation

◆ hmodule()

parselib.transforms.reorder_mod_init_block.ReorderModInitBlock.hmodule ( self,
tree )

Definition at line 14 of file reorder_mod_init_block.py.


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