zhajio1988 / ExtremeDV_UVM

UVM resource from github, run simulation use YASAsim flow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:SystemVerilog 69.8%Language:Verilog 24.6%Language:Coq 4.2%Language:Python 0.7%Language:Shell 0.6%Language:Forth 0.1%