Multi-Dimensional Array Example Two - 2025.2 English - UG901

Vivado Design Suite User Guide: Synthesis (UG901)

Document ID
UG901
Release Date
2025-12-05
Version
2025.2 English

This coding example describes an array of 256 x 8 register elements, each 64-bits wide. These elements can be assigned in behavioral Verilog code.

reg [63:0] regarray2 [255:0][7:0];