Other Optional Controls - 1.1 English

AXI Verification IP LogiCORE IP Product Guide (PG267)

Document ID
PG267
Release Date
2023-05-16
Version
1.1 English

Using APIs to set agents' tag and verbosity for debug purpose.

 //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);