URL
https://opencores.org/ocsvn/qaz_libs/qaz_libs/trunk
Subversion Repositories qaz_libs
[/] [qaz_libs/] [trunk/] [axi4_stream_lib/] [sim/] [tests/] [legacy/] [tb_axis_gear_box/] [init_test.do] - Rev 50
Compare with Previous | Blame | View Log
# ------------------------------------## ------------------------------------global env# setup environmentdo ../../../../scripts/sim_env.doset env(SIM_TARGET) fpgaset env(SIM_TB) tb_axis_gear_boxradix -hexadecimalmake_lib work 1sim_compile_lib $env(LIB_BASE_DIR) tb_packagessim_compile_lib $env(LIB_BASE_DIR) bfm_packagessim_compile_lib $env(LIB_BASE_DIR) axi4_libsim_compile_lib $env(LIB_BASE_DIR) qaz_libsim_compile_lib $env(LIB_BASE_DIR) sim# AXI4 streaming packagevlog ./axis_pkg.svvlog ./$env(SIM_TB)_pkg.svvlog ./tests_base_pkg.svvlog ./tests_pkg.svvlog ./tb_dut_if.sv# simulation $rootvlog ./$env(SIM_TB).sv# compile simulation filesvlog -f ./$env(SIM_TB).f# # compile test last# vlog ./the_test.sv# run the simsim_run_test
