Command Reference2. FPGA Express Shell Commandsunsuppress_message _N_A_M_E unsuppress_message Enables printing of one or more suppressed informational or suppressed warning messages. SYNTAX string unsuppress_message [_m_e_s_s_a_g_e_s] list _m_e_s_s_a_g_e_s ARGUMENTS _m_e_s_s_a_g_e_s A list of messages to enable. DESCRIPTION The unsuppress_message command provides a mechanism to re-enable the printing of messages which have been suppressed using suppress_message. You can suppress only informational and warning messages, so the unsuppress_message command is only useful for informational and warning messages. The result of unsuppress_message is always the empty string. You can suppress a given message more than once. So, you must unsuppress a message as many times as it was suppressed in order to enable it. The print_suppressed_messages command displays 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 re-enable the suppressed CMD-029 message. Assume that there are no aliases beginning with 'q'. prompt> unalias q* prompt> unsuppress_message CMD-029 prompt> unalias q* Warning: no aliases matched 'q*' (CMD-029) SEE ALSO print_suppressed_messages(2), _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