-
Notifications
You must be signed in to change notification settings - Fork 27
probes_exclude
Nicolai Mueller edited this page Jan 8, 2024
·
2 revisions
probes_exclude
string
none
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.
% 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], ... .