Another powerful feature of the Vivado ECO flow is the ability to
replace debug probes on a previously inserted Debug Hub. After the debug probes have
been replaced, a new LTX file can be generated that contains the updated debug probe
information.
To replace a debug probe in your previously modified design, do the following:
- From the main menu, select
The Open Checkpoint dialog box opens.
. - Browse to the C:/Data/Vivado_Tutorial/project_ECO_lab/ECO directory and select the previously saved checkpoint_1.dcp file.
- Close any previously open checkpoints.
- From the main menu, select .
- In the Vivado ECO Navigator, under Edit, click Replace Debug
Probes.
The Replace Debug Probes dialog box opens.
In this example, you will replace the net
reset_vio
that is connected toprobe4
ofu_ila_0
with the nettoggle_vio
. - Scroll to the bottom of the probes for
u_ila_0
in the Replace Debug Probes dialog and click the reset_vio net name in the Probe column to select it. - Click the Edit Probes button .
The Choose Nets dialog box opens.
- Choose a new net to connect to the debug probe
probe4
by doing the following:- Type
toggle_vio
in the search field of the Choose Nets dialog box. - Click
Find
. - Select the
toggle_vio
net, and move it to the Selected names section. - Click OK.
- Type
- In the Replace Debug Probes dialog box, click OK.
- Repeat
steps 5 through 14 of Step 5: Implementing the ECO Changes to generate an
updated design checkpoint, bitstream file, and probes file (LTX).
The updated debug probes file has the
reset_vio
net forprobe4
replaced with nettoggle_vio
, which you can verify when you program the device with the updated bit file and debug probes file.