rdData method

Logic rdData(
  1. int index
)

Accesses the read data for the provided index.

Implementation

Logic rdData(int index) => rdPorts[index].data;