Skip to content

UVM resource from github, run simulation use YASAsim flow

Notifications You must be signed in to change notification settings

zhajio1988/ExtremeDV_UVM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ExtremeDV_UVM

support simulator

After source bin/bootenv.sh
use
export YASA_SIMULATOR=vcs
or
export YASA_SIMULATOR=xrun
to change default simulatior

add ahb tb

ahb tb is from https://github.com/mayurkubavat/UVM

run a testcase of default tb

source bin/bootenv.sh
YASAsim -t ahb_crt_test -seed 1

run a group of testcases of default tb

YASAsim -g ahb_regr

add ethernet tb

ethernet tb is from https://github.com/andres-mancera/ethernet_10ge_mac_SV_UVM_tb

run a testcase

YASAsim -b ethernet -t bringup_packet_test -seed 1 -w

run a group of testcases

YASAsim -g ethernet_regr

add axi tb

axi tb is from https://github.com/marcoz001/axi-uvm

run a testcase

YASAsim -b axi -t axi_sequential_writes_test -seed 1 -w

run a group of testcases

YASAsim -g axi_regr

more topic

Pls visit My Blog ExtremeDV
ExtremeDV

If you need some help about verification pls contact with me

About

UVM resource from github, run simulation use YASAsim flow

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published