User`s guide
12–26 PALcode Violation Checker
PVC Commands
set flag
set flag
The set flag command sets the specified flag type.
Format
set flag flag_type
Parameters
all
Specifies that all flags are set.
cycle_count
Displays the number of CPU cycles per permutation.
dead_code
Displays code that has not been executed. This command can be used in conjunction
with the set pal_base and set pal_end commands to set the boundaries for this
display. Specifies code never branched to.
errors
Displays error messages. This is the default.
memory_usage
Displays node and cycle usage.
permutations
Displays the number of code paths through the code. For example, a single
if-then-else style construct gives two paths through the code or two permutations.
scheduled_code
Displays the following information per cycle: address being executed, disassembly
of the code being executed, and the stalled cycles waiting for memory.
trace_code
Displays code as it is checked.