user3444042
user3444042

Reputation: 21

trace TLM port connections using UVM ML wiith Specman and SV

I am using UVM-ML on Incisive, and cannot figure out why data is not passing between my SV collector and e scoreboard. How can I see which TLM ports are connected, and in general debug ML environments?

Upvotes: 0

Views: 294

Answers (2)

ehudv
ehudv

Reputation: 31

You can use uvm_ml_phase -run connect. after this phase the ports are connected and you can view the uvm_ml tree and all the ports relations via design browser.

Upvotes: 1

Assaf
Assaf

Reputation: 79

Uvm_ml_phase -run connect Uvm_ml_print_tree Uvm_ml_print_connections

Upvotes: 1

Related Questions