vcStringSignalMap
vcStringSignalMap allows you to map String signals to ports in a continuous IO space.
Inherits: vcBehaviour
Properties
| Name | Type | Access | Description |
| Listeners | List of vcBehaviour | RW | Defines a list of behaviors using the signal map. |
| PortCount | Integer | RW | Defines the amount of ports in the signal map. |
Methods
| Name | Return Type | Parameters | Description |
| input | String | Integer index | Returns the value of a port at a given index. |
| output | None | Integer index, String value | Sets the value of a port at a given index to a given value. |