URL
https://opencores.org/ocsvn/qaz_libs/qaz_libs/trunk
Subversion Repositories qaz_libs
[/] [qaz_libs/] [trunk/] [axi4_lib/] [sim/] [tests/] [debug_bfm/] [init_test.do] - Rev 30
Go to most recent revision | Compare with Previous | Blame | View Log
# ------------------------------------
#
# ------------------------------------
global env
set env(ROOT_DIR) ../../../../..
set env(PROJECT_DIR) ../../..
set env(SIM_TARGET) fpga
# load sim procedures
do $env(ROOT_DIR)/qaz_libs/scripts/sim_procs.do
radix -hexadecimal
make_lib work 1
sim_compile_all packages
sim_compile_all sim
sim_compile_all axi4_lib
# simulation $root
vlog $env(PROJECT_DIR)/sim/src/tb_bfm.sv
# compile test last
vlog ./the_test.sv
# vopt work.glbl tb_top -L secureip -L simprims_ver -L unisims_ver -f opt_tb_top.f -o opt_tb_top
# run the sim
sim_run_test
Go to most recent revision | Compare with Previous | Blame | View Log