xrun -64bit -sv -access rwc -clean -elaborate-uvmhome xmroot/tools/methodology/UVM/CDNS-1.1d-timescale 1ns/1ps-coverage all -coverage functional+define+UVM_OBJECT_MUST_HAVE_CONSTRUCTOR+incdir+${IIC_AGENT_DIR}+${IIC_AGENT_DIR}/bits+${IIC_AGENT_DIR}/bytes+${IIC_AGENT_DIR}/utils+incdi...
2.1方法1最简单的方法:只需添加编译选项-ntb_opts uvm-1.1,示例脚本如下 登录后复制vlogan-full64 -ntb_opts uvm-1.1-sverilog -timescale=1ps/1ps -nc -l comp.log +incdir+apb_pkg 2.2方法2这种方法相对比较复杂,亲测可用。具体实现参考下面的脚本,还是推荐方法1,简单嘛。 登录后复制vcs -sverilog -full...
return wrapped return wrapper def skipIfNoPkgconfig(f): ''' Skip this test if no pkg-config is found, unless we're on CI. This allows users to run our test suite without having pkg-config installed on, f.ex., macOS, while ensuring that our CI does not silently skip ...
2.2方法2这种方法相对比较复杂,亲测可用。具体实现参考下面的脚本,还是推荐方法1,简单嘛。 vcs -sverilog -full64 -debug_acc+all +incdir+$VCS_HOME/etc/uvm-1.1/src$VCS_HOME/etc/uvm-1.1/src/uvm.sv$VCS_HOME/etc/uvm-1.1/src/dpi/uvm_dpi.cc<../../src/source_files> 3.为VCS指定UVM1.2的库 3...