その他のオプション制御 - 1.1 日本語

AXI Verification IP v1.1 LogiCORE IP 製品ガイド (PG267)

Document ID
PG267
Release Date
2017-10-04
Version
1.1 日本語

デバッグ用に、API を使用してエージェントのタグと出力詳細レベル (verbosity) を設定できます。

//set tag for agents for easy debug

mst_agent.set_agent_tag("Master VIP");

//verbosity level which specifies how much debug information to produce

// 0       - No information will be shown.

// 400 - All information will be shown.

mst_agent.set_verbosity(mst_agent_verbosity);