SystemVerilog array methods

SystemVerilog array methods

SystemVerilog Array provide several built-in methods to operate on arrays. array methods useful for reordering the array elements, to reduce the array to a single value, finding the index or elements of an array and querying the index and element.

This section provides the links to different type of array manipulation methods, which are array ordering methods, array reduction methods, array locator methods and array iterator indexing methods.