Intel® Quartus® Prime Pro Edition User Guide: Debug Tools

ID 683819
Date 10/13/2021
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

2.4.6.11.5.6. Resource Manipulation Action

The resources the trigger flow description uses can be either counters or status flags.

Table 18.  Resource Manipulation Actions
Action Description Syntax
increment Increments a counter resource by 1
increment <counter_identifier>;
decrement Decrements a counter resource by 1
decrement <counter_identifier>;
reset Resets counter resource to initial value
reset <counter_identifier>;
set Sets a status flag to 1
set <register_flag_identifier>;
clear Sets a status flag to 0
clear <register_flag_identifier>;