Command Reference2. FPGA Express Shell Commands suppress_message _N_A_M_E suppress_message Disables printing of one or more informational or warning messages. SYNTAX string suppress_message [_m_e_s_s_a_g_e__l_i_s_t] list _m_e_s_s_a_g_e__l_i_s_t ARGUMENTS _m_e_s_s_a_g_e__l_i_s_t A list of messages to suppress. DESCRIPTION The suppress_message command provides a mechanism to disable the printing of messages. You can suppress only informational and warning messages. The result of suppress_message is always the empty string. A given message can be suppressed more than once. So, a message must be unsuppressed (using unsuppress_message) as many times as it was suppressed in order for it to be enabled. The print_suppressed_messages command displays the currently suppressed messages. EXAMPLES When the argument to the unalias command does not match any existing aliases, the CMD-029 warning message displays. This example shows how to suppress the CMD- 029 message: prompt> unalias q* Warning: no aliases matched 'q*' (CMD-029) prompt> suppress_message CMD-029 prompt> unalias q* prompt> SEE ALSO print_suppressed_messages(2), _u_n_s_u_p_p_r_e_s_s__m_e_s_s_a_g_e(2). v3.0 Synopsys Inc. 1988-1998. All rights reserved. 2-1