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

Subversion Repositories xmatchpro

[/] [xmatchpro/] [trunk/] [xmw4-comdec/] [xmatch_sim7/] [ipcore_dir/] [fifo_32x512/] [simulation/] [functional/] [wave_mti.do] - Blame information for rev 9

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 9 eejlny
#--------------------------------------------------------------------------------
2
#--
3
#-- FIFO Generator Core Demo Testbench
4
#--
5
#--------------------------------------------------------------------------------
6
-- (c) Copyright 2009 - 2010 Xilinx, Inc. All rights reserved.
7
--
8
-- This file contains confidential and proprietary information
9
-- of Xilinx, Inc. and is protected under U.S. and
10
-- international copyright and other intellectual property
11
-- laws.
12
--
13
-- DISCLAIMER
14
-- This disclaimer is not a license and does not grant any
15
-- rights to the materials distributed herewith. Except as
16
-- otherwise provided in a valid license issued to you by
17
-- Xilinx, and to the maximum extent permitted by applicable
18
-- law: (1) THESE MATERIALS ARE MADE AVAILABLE "AS IS" AND
19
-- WITH ALL FAULTS, AND XILINX HEREBY DISCLAIMS ALL WARRANTIES
20
-- AND CONDITIONS, EXPRESS, IMPLIED, OR STATUTORY, INCLUDING
21
-- BUT NOT LIMITED TO WARRANTIES OF MERCHANTABILITY, NON-
22
-- INFRINGEMENT, OR FITNESS FOR ANY PARTICULAR PURPOSE; and
23
-- (2) Xilinx shall not be liable (whether in contract or tort,
24
-- including negligence, or under any other theory of
25
-- liability) for any loss or damage of any kind or nature
26
-- related to, arising under or in connection with these
27
-- materials, including for any direct, or any indirect,
28
-- special, incidental, or consequential loss or damage
29
-- (including loss of data, profits, goodwill, or any type of
30
-- loss or damage suffered as a result of any action brought
31
-- by a third party) even if such damage or loss was
32
-- reasonably foreseeable or Xilinx had been advised of the
33
-- possibility of the same.
34
--
35
-- CRITICAL APPLICATIONS
36
-- Xilinx products are not designed or intended to be fail-
37
-- safe, or for use in any application requiring fail-safe
38
-- performance, such as life-support or safety devices or
39
-- systems, Class III medical devices, nuclear facilities,
40
-- applications related to the deployment of airbags, or any
41
-- other applications that could lead to death, personal
42
-- injury, or severe property or environmental damage
43
-- (individually and collectively, "Critical
44
-- Applications"). Customer assumes the sole risk and
45
-- liability of any use of Xilinx products in Critical
46
-- Applications, subject only to applicable laws and
47
-- regulations governing limitations on product liability.
48
--
49
-- THIS COPYRIGHT NOTICE AND DISCLAIMER MUST BE RETAINED AS
50
-- PART OF THIS FILE AT ALL TIMES.
51
# Filename: wave_mti.do
52
#
53
# Description:
54
#   This is the modelsim wave form file.
55
#
56
#--------------------------------------------------------------------------------
57
 
58
onerror {resume}
59
quietly WaveActivateNextPane {} 0
60
add wave -noupdate /fifo_32x512_tb/fifo_32x512_synth_inst/fifo_32x512_inst/RST
61
add wave -noupdate -divider WRITE
62
add wave -noupdate /fifo_32x512_tb/fifo_32x512_synth_inst/fifo_32x512_inst/WR_CLK
63
add wave -noupdate /fifo_32x512_tb/fifo_32x512_synth_inst/fifo_32x512_inst/WR_EN
64
add wave -noupdate /fifo_32x512_tb/fifo_32x512_synth_inst/fifo_32x512_inst/FULL
65
add wave -noupdate -radix hexadecimal /fifo_32x512_tb/fifo_32x512_synth_inst/fifo_32x512_inst/DIN
66
add wave -noupdate -divider READ
67
add wave -noupdate /fifo_32x512_tb/fifo_32x512_synth_inst/fifo_32x512_inst/RD_CLK
68
add wave -noupdate /fifo_32x512_tb/fifo_32x512_synth_inst/fifo_32x512_inst/RD_EN
69
add wave -noupdate /fifo_32x512_tb/fifo_32x512_synth_inst/fifo_32x512_inst/EMPTY
70
add wave -noupdate -radix hexadecimal /fifo_32x512_tb/fifo_32x512_synth_inst/fifo_32x512_inst/DOUT
71
 
72
TreeUpdate [SetDefaultTree]
73
WaveRestoreCursors {{Cursor 1} {2164886 ps} 0}
74
configure wave -namecolwidth 197
75
configure wave -valuecolwidth 106
76
configure wave -justifyvalue left
77
configure wave -signalnamewidth 1
78
configure wave -snapdistance 10
79
configure wave -datasetprefix 0
80
configure wave -rowmargin 4
81
configure wave -childrowmargin 2
82
configure wave -gridoffset 0
83
configure wave -gridperiod 1
84
configure wave -griddelta 40
85
configure wave -timeline 0
86
configure wave -timelineunits ps
87
update
88
WaveRestoreZoom {0 ps} {9464063 ps}

powered by: WebSVN 2.1.0

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