report_removed_registers (::quartus::synthesis_report)

The following table displays information for the report_removed_registers Tcl command:

Tcl Package and Version

Belongs to ::quartus::synthesis_report 1.0

Syntax report_removed_registers [-h | -help] [-long_help] [-cause] [-name <name_value> ] [-panel <panel_value> ]
Arguments -h | -help Short help
-long_help Long help with examples and possible return values
-cause Filter on register removal cause
-name <name_value> Specify the register name
-panel <panel_value> Specify a custom report panel name
Description
                Create a summary report for removed registers. Use the
-name option to query for a specific register. Use the -panel
option to specify a custom name for the report
panel. Use the -cause option to trace the register which is causing 
the removal.
Example Usage
report_removed_registers		
Return Value Code Name Code String Return
TCL_OK 0 INFO: Operation successful
TCL_ERROR 1 ERROR: Can't read compiler database. Run the Analysis and Synthesis (quartus_map) successfully before using this command.
TCL_ERROR 1 ERROR: You must open a project before you can use this command.
TCL_ERROR 1 ERROR: Cannot find the removed register database.
TCL_ERROR 1 ERROR: Cannot find the partition of name <string>. Specify an existing partition name.