After source bin/bootenv.sh
use
export YASA_SIMULATOR=vcs
or
export YASA_SIMULATOR=xrun
to change default simulatior
ahb tb is from https://github.com/mayurkubavat/UVM
source bin/bootenv.sh
YASAsim -t ahb_crt_test -seed 1
YASAsim -g ahb_regr
ethernet tb is from https://github.com/andres-mancera/ethernet_10ge_mac_SV_UVM_tb
YASAsim -b ethernet -t bringup_packet_test -seed 1 -w
YASAsim -g ethernet_regr
axi tb is from https://github.com/marcoz001/axi-uvm
YASAsim -b axi -t axi_sequential_writes_test -seed 1 -w
YASAsim -g axi_regr
Pls visit My Blog ExtremeDV