User guide

6-16
VPD and EVCD File Generation
Example 6-5 $vcdplusmemon( mem01, addr1L, addr1R, addr2L, addr2R )
addr1L = 2;
addr1R = 2;
addr2L = 5;
addr2R = 6;
$vcdplusmemon( mem01, addr1L, addr1R, addr2L, addr2R );
// Records elements mem01[2][5][7] through mem01[2][6][9]
The elements highlighted by the in the diagram in Figure 6-5
demonstrate Example 6-5.