A node in a SystemC netlist. This corresponds to a member of the module, with:
Creates a new node.
Parameters: |
|
---|
A module instance in the SystemC parent module.
This inherits ScNode.
Creates a new component node.
Parameters: |
|
---|
A signal inside the SystemC parent module.
This inherits ScNode.
Creates a new signal node.
Parameters: |
|
---|
A pure-C++ object inside the SystemC parent module.
This inherits ScNode.
Creates a new object.
Parameters: |
|
---|
A segment object inside the SystemC parent module. (SoCLib-specific)
This inherits ScNode.
Creates a new segment.
Parameters: |
|
---|
A port object inside the SystemC parent module. This is used to export an interface on the module boundary.
This inherits ScNode.
Creates a new port.
Parameters: |
|
---|
Driver class for a Systemc netlist.
Create a new SystemC driver.
Parameters: |
---|
Generated header file name
Generated implementation file name
See dsx.driver.Driver.drive().
Parameters: | hw (SystemC) – a SystemC object |
---|