Mailbox
| | |

Mailbox

Mailboxes are a message-based process synchronization and communication mechanism provided in SV. It allows messages to be exchanged between processes. Conceptually, mailboxes behave like real mailboxes with delivery and retrieval of messages

Typedef and Associative array in System Verilog
| | |

Typedef and Associative array in System Verilog

An associative array is one of the aggregate data types available in the system Verilog. … When the size of the collection is unknown or the data space is sparse, an associative array is used, which does not have any storage allocated until it is used. That means, it is dynamically allocated but has non-contiguous elements.