User guide

6-12
VPD and EVCD File Generation
Example 6-2 $vcdplusmemon( mem01, addr1L );
$vcdplusmemon( mem01 );
// Records all elements of mem01 to the VPD file.
addr1L = 2;
$vcdplusmemon( mem01, addr1L );
// Records elements mem01[2][4][7] through mem01[2][6][9]
The elements highlighted by the in the diagram in Figure 6-2
demonstrate Example 6-2.