Visible to Intel only — GUID: nik1410565018780
Ixiasoft
Visible to Intel only — GUID: nik1410565018780
Ixiasoft
15.6.11.4. ebfm_log_set_stop_on_msg_mask Verilog HDL Task
The ebfm_log_set_stop_on_msg_mask procedure controls which message types stop simulation. This procedure alters the default behavior of the simulation when errors occur as described in the BFM Log and Message Procedures.
Location |
altpcietb_bfm_driver_rp.v |
|
---|---|---|
Syntax |
ebfm_log_set_stop_on_msg_mask (msg_mask) | |
Argument |
msg_mask | This argument is reg [EBFM_MSG_ERROR_CONTINUE:EBFM_MSG_DEBUG]. A 1 in a specific bit position of the msg_mask causes messages of the type corresponding to the bit position to stop the simulation after the message is displayed. |