Quantcast
Channel: UVM Forums RSS Feed
Viewing all articles
Browse latest Browse all 756

multiple SystemC tops in UVM_ML

$
0
0

Hello,

Can I do this?

 

    tops[0] = "SC:top1_sc";
    tops[1] = "SC:top2_sc";
    tops[2] = "SV:dut";      

    
    uvm_ml_run_test(tops, "");

 

Thanks


Viewing all articles
Browse latest Browse all 756

Trending Articles