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

Subversion Repositories pcie_ds_dma

[/] [pcie_ds_dma/] [trunk/] [projects/] [ambpex5_v20_sx50t_core/] [src/] [testbench/] [modelsim/] [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 (and del OLD, if exists)
7
 if {[file exists "work"]} { vdel -all}
8
 vlib work
9
 
10
#
11
#
12
echo Compile SRC:
13
 
14
 vcom -quiet -f zz_do/files_coregen_vhdl.f
15
 vlog -quiet -f zz_do/files_design_verilog.f
16
 vcom -quiet -f zz_do/files_design_vhdl.f
17
 
18
#
19
#
20
echo Compile TEST ENV:
21
 
22
 vcom -quiet -f zz_do/files_verification_vhdl.f
23
 
24
 
25
#
26
#
27
echo Start SIM:
28
 vsim -t ps -novopt -L secureip -L unisims_ver work.stend_ambpex5_core_m2 glbl
29
 
30
#
31
#
32
 log -r /*
33
 
34
#
35
#
36
 do wave.do
37
 
38
#
39
# skip warnings like: Warning: There is an 'U'|'X'|'W'|'Z'|'-' in an arithmetic operand, the result will be 'X'(es).
40
quietly set StdArithNoWarnings   1
41
quietly set NumericStdNoWarnings 1
42
 
43
#
44
#
45
 run -all
46
 

powered by: WebSVN 2.1.0

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