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

Subversion Repositories xmatchpro

[/] [xmatchpro/] [trunk/] [xmw4-comdec/] [xmatch_sim7/] [ipcore_dir/] [fifo_32x512/] [simulation/] [timing/] [simulate_ncsim.bat] - Blame information for rev 9

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 9 eejlny
# (c) Copyright 2009 - 2010 Xilinx, Inc. All rights reserved.
2
#
3
# This file contains confidential and proprietary information
4
# of Xilinx, Inc. and is protected under U.S. and
5
# international copyright and other intellectual property
6
# laws.
7
#
8
# DISCLAIMER
9
# This disclaimer is not a license and does not grant any
10
# rights to the materials distributed herewith. Except as
11
# otherwise provided in a valid license issued to you by
12
# Xilinx, and to the maximum extent permitted by applicable
13
# law: (1) THESE MATERIALS ARE MADE AVAILABLE "AS IS" AND
14
# WITH ALL FAULTS, AND XILINX HEREBY DISCLAIMS ALL WARRANTIES
15
# AND CONDITIONS, EXPRESS, IMPLIED, OR STATUTORY, INCLUDING
16
# BUT NOT LIMITED TO WARRANTIES OF MERCHANTABILITY, NON-
17
# INFRINGEMENT, OR FITNESS FOR ANY PARTICULAR PURPOSE; and
18
# (2) Xilinx shall not be liable (whether in contract or tort,
19
# including negligence, or under any other theory of
20
# liability) for any loss or damage of any kind or nature
21
# related to, arising under or in connection with these
22
# materials, including for any direct, or any indirect,
23
# special, incidental, or consequential loss or damage
24
# (including loss of data, profits, goodwill, or any type of
25
# loss or damage suffered as a result of any action brought
26
# by a third party) even if such damage or loss was
27
# reasonably foreseeable or Xilinx had been advised of the
28
# possibility of the same.
29
#
30
# CRITICAL APPLICATIONS
31
# Xilinx products are not designed or intended to be fail-
32
# safe, or for use in any application requiring fail-safe
33
# performance, such as life-support or safety devices or
34
# systems, Class III medical devices, nuclear facilities,
35
# applications related to the deployment of airbags, or any
36
# other applications that could lead to death, personal
37
# injury, or severe property or environmental damage
38
# (individually and collectively, "Critical
39
# Applications"). Customer assumes the sole risk and
40
# liability of any use of Xilinx products in Critical
41
# Applications, subject only to applicable laws and
42
# regulations governing limitations on product liability.
43
#
44
# THIS COPYRIGHT NOTICE AND DISCLAIMER MUST BE RETAINED AS
45
# PART OF THIS FILE AT ALL TIMES.
46
#--------------------------------------------------------------------------------
47
mkdir work
48
echo "Compiling Core VHDL UNISIM/Behavioral model"
49
ncvhdl -v93  -work work ../../implement/results/routed.vhd
50
 
51
echo "Compiling Test Bench Files"
52
ncvhdl -v93 -work work ../fifo_32x512_pkg.vhd
53
ncvhdl -v93 -work work ../fifo_32x512_rng.vhd
54
ncvhdl -v93 -work work ../fifo_32x512_dgen.vhd
55
ncvhdl -v93 -work work ../fifo_32x512_dverif.vhd
56
ncvhdl -v93 -work work ../fifo_32x512_pctrl.vhd
57
ncvhdl -v93 -work work ../fifo_32x512_synth.vhd
58
ncvhdl -v93 -work work ../fifo_32x512_tb.vhd
59
 
60
echo "Compiling SDF file"
61
ncsdfc ../../implement/results/routed.sdf -output ./routed.sdf.X
62
 
63
echo "Generating SDF command file"
64
echo 'COMPILED_SDF_FILE = "routed.sdf.X",' > sdf.cmd
65
echo 'SCOPE = :fifo_32x512_synth_inst:fifo_32x512_inst,' >> sdf.cmd
66
echo 'MTM_CONTROL = "MAXIMUM";' >> sdf.cmd
67
 
68
echo "Elaborating Design"
69
ncelab -access +rwc -sdf_cmd_file sdf.cmd work.fifo_32x512_tb
70
 
71
echo "Simulating Design"
72
ncsim -gui -input @"simvision -input wave_ncsim.sv" work.fifo_32x512_tb

powered by: WebSVN 2.1.0

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