probes_exclude - ChairImpSec/PROLEAD GitHub Wiki
Name
probes_exclude
Type
string
Default
none
Description
Specifies the probes which should be excluded from the evaluation. The positions to place probes can be restricted to avoid probes on unnecessary signals, i.e. probes on control signals.
Examples
% Example
probes_exclude
all
% Example
probes_exclude
3 % 3 wires are excluded, their names follow.
Intermediate % A wire with name "Intermediate" is included.
{GlitchExtendedIntermediate} % A wire with name "GlitchExtendedIntermediate" is excluded together with all wires that contribute to "GlitchExtendedIntermediate".
Intermediates* % All wires within the multi-bit wire "Intermediates" are included. I.e. Intermediates[0], Intermediates[1], ... .