URL
https://opencores.org/ocsvn/qaz_libs/qaz_libs/trunk
Subversion Repositories qaz_libs
[/] [qaz_libs/] [trunk/] [PCIe/] [sim/] [tests/] [tb_chnl_convolution/] [wip.do] - Rev 42
Go to most recent revision | Compare with Previous | Blame | View Log
#
# compile simulation files
vlog -f ./$env(SIM_TB).f
# simulation $root
vlog ./$env(SIM_TB)_pkg.sv
vlog ./$env(SIM_TB).sv
# compile test last
vlog ./the_test.sv
Go to most recent revision | Compare with Previous | Blame | View Log