irun , vcs 调用UVM 的方法

irun:

    A:  1, 下载UVM, 设置环境变量$UVM_HOME;

          2, irun -uvm_home $UVM_HOME my_file.sv

   B :  irun -uvm  my_file.sv

VCS:

   A:  1, 下载UVM, 设置环境变量$UVM_HOME;

          2,setenv VCS_UVM_HOME //myuvm1.1
           % vcs -sverilog -ntb_opts uvm [compile_options] \
            < user source files using UVM>

   B :  vcs -sverilog -ntb_opts uvm  my_file.sv


关于tools 的使用请参考相应的user guide

你可能感兴趣的:(IC,Design)