OpenCores
URL https://opencores.org/ocsvn/pcie_ds_dma/pcie_ds_dma/trunk

Subversion Repositories pcie_ds_dma

[/] [pcie_ds_dma/] [trunk/] [core/] [wishbone/] [testbecnh/] [dev_test_check/] [sim/] [zz_do/] [setup_sim.do] - Blame information for rev 2

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 dsmv
#
2
#
3
quit -sim
4
#
5
#
6
echo Cre WORK lib
7
if {[file exists "work"]} { vdel -all}
8
vlib work
9
 
10
#
11
#
12
echo Compile SRC:
13
vcom     -quiet ../../../../../src/pcie_src/components/rtl/host_pkg.vhd
14
vcom     -quiet ../../../../../src/pcie_src/components/rtl/ctrl_ram16_v1.vhd
15
vcom     -quiet ../../../../../src/wishbone/block_test_check/block_check_wb_config_slave.vhd
16
 
17
vlog     -quiet ../../../../../src/wishbone/block_test_check/block_check_wb_burst_slave.v
18
 
19
vcom     -quiet ../../../../../src/wishbone/block_test_check/cl_test_check.vhd
20
 
21
vcom     -quiet ../../../../../src/wishbone/block_test_check/block_check_wb_pkg.vhd
22
vcom     -quiet ../../../../../src/wishbone/block_test_check/block_test_check_wb.vhd
23
 
24
#
25
#
26
vlog -sv -quiet tb.v
27
 
28
#
29
#
30
vsim -t ps -novopt work.tb
31
 
32
#
33
#
34
log -r /*
35
 
36
#
37
#
38
do wave.do
39
 
40
#
41
#
42
run -all

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.