This commit is contained in:
2026-06-12 07:53:32 +02:00
commit 59e71f3297
259 changed files with 29010 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
################################################################################
# +-+-+-+-+-+-+-+-+-+-+ +-+-+-+-+-+-+-+-+-+-+-+-+ +-+-+ +-+-+-+-+-+-+-+-+
# |F|u|n|c|t|i|o|n|a|l| |V|e|r|i|f|i|c|a|t|i|o|n| |o|f| |H|a|r|d|w|a|r|e|
# +-+-+-+-+-+-+-+-+-+-+ +-+-+-+-+-+-+-+-+-+-+-+-+ +-+-+ +-+-+-+-+-+-+-+-+
#
# FILE run
#
# DESCRIPTION
#
################################################################################
# Create the library.
if [file exists work] {
vdel -all
}
vlib work
# compile testbench
vlog -sv \
+incdir+$env(UVM_HOME) \
+incdir+../sv \
+incdir+../examples \
+incdir+../examples/tests \
../sv/apb_pkg.sv \
../examples/apb_test_top.sv
# run simulation
vsim apb_test_top -novopt +UVM_TESTNAME=apb_test_simple -sv_seed random