-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCounter_wave.vwf
241 lines (215 loc) · 5.62 KB
/
Counter_wave.vwf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
/*<simulation_settings>
<ftestbench_cmd>quartus_eda --gen_testbench --tool=modelsim_oem --format=vhdl --write_settings_files=off Counter_lab6_74ls93 -c Counter_lab6_74ls93 --vector_source="C:/Users/aghol/Documents/SystemVerilog/Counter_4ls93/Counter_wave.vwf" --testbench_file="C:/Users/aghol/Documents/SystemVerilog/Counter_4ls93/simulation/qsim/Counter_wave.vwf.vht"</ftestbench_cmd>
<ttestbench_cmd>quartus_eda --gen_testbench --tool=modelsim_oem --format=vhdl --write_settings_files=off Counter_lab6_74ls93 -c Counter_lab6_74ls93 --vector_source="C:/Users/aghol/Documents/SystemVerilog/Counter_4ls93/Counter_wave.vwf" --testbench_file="C:/Users/aghol/Documents/SystemVerilog/Counter_4ls93/simulation/qsim/Counter_wave.vwf.vht"</ttestbench_cmd>
<fnetlist_cmd>quartus_eda --write_settings_files=off --simulation --functional=on --flatten_buses=off --tool=modelsim_oem --format=vhdl --output_directory="C:/Users/aghol/Documents/SystemVerilog/Counter_4ls93/simulation/qsim/" Counter_lab6_74ls93 -c Counter_lab6_74ls93</fnetlist_cmd>
<tnetlist_cmd>quartus_eda --write_settings_files=off --simulation --functional=off --flatten_buses=off --timescale=1ps --tool=modelsim_oem --format=vhdl --output_directory="C:/Users/aghol/Documents/SystemVerilog/Counter_4ls93/simulation/qsim/" Counter_lab6_74ls93 -c Counter_lab6_74ls93</tnetlist_cmd>
<modelsim_script>onerror {exit -code 1}
vlib work
vcom -work work Counter_lab6_74ls93.vho
vcom -work work Counter_wave.vwf.vht
vsim -c -t 1ps -L cyclonev -L altera -L altera_mf -L 220model -L sgate -L altera_lnsim work.Counter_lab6_74ls93_vhd_vec_tst
vcd file -direction Counter_lab6_74ls93.msim.vcd
vcd add -internal Counter_lab6_74ls93_vhd_vec_tst/*
vcd add -internal Counter_lab6_74ls93_vhd_vec_tst/i1/*
proc simTimestamp {} {
echo "Simulation time: $::now ps"
if { [string equal running [runStatus]] } {
after 2500 simTimestamp
}
}
after 2500 simTimestamp
run -all
quit -f
</modelsim_script>
<modelsim_script_timing>onerror {exit -code 1}
vlib work
vcom -work work Counter_lab6_74ls93.vho
vcom -work work Counter_wave.vwf.vht
vsim -novopt -c -t 1ps -sdfmax Counter_lab6_74ls93_vhd_vec_tst/i1=Counter_lab6_74ls93_vhd.sdo -L cyclonev -L altera -L altera_mf -L 220model -L sgate -L altera_lnsim work.Counter_lab6_74ls93_vhd_vec_tst
vcd file -direction Counter_lab6_74ls93.msim.vcd
vcd add -internal Counter_lab6_74ls93_vhd_vec_tst/*
vcd add -internal Counter_lab6_74ls93_vhd_vec_tst/i1/*
proc simTimestamp {} {
echo "Simulation time: $::now ps"
if { [string equal running [runStatus]] } {
after 2500 simTimestamp
}
}
after 2500 simTimestamp
run -all
quit -f
</modelsim_script_timing>
<hdl_lang>vhdl</hdl_lang>
</simulation_settings>*/
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to occur.
*/
/*
Copyright (C) 2020 Intel Corporation. All rights reserved.
Your use of Intel Corporation's design tools, logic functions
and other software and tools, and any partner logic
functions, and any output files from any of the foregoing
(including device programming or simulation files), and any
associated documentation or information are expressly subject
to the terms and conditions of the Intel Program License
Subscription Agreement, the Intel Quartus Prime License Agreement,
the Intel FPGA IP License Agreement, or other applicable license
agreement, including, without limitation, that your use is for
the sole purpose of programming logic devices manufactured by
Intel and sold by Intel or its authorized distributors. Please
refer to the applicable agreement for further details, at
https://fpgasoftware.intel.com/eula.
*/
HEADER
{
VERSION = 1;
TIME_UNIT = ns;
DATA_OFFSET = 0.0;
DATA_DURATION = 68.0;
SIMULATION_TIME = 0.0;
GRID_PHASE = 0.0;
GRID_PERIOD = 1.0;
GRID_DUTY_CYCLE = 50;
}
SIGNAL("InvCp0")
{
VALUE_TYPE = NINE_LEVEL_BIT;
SIGNAL_TYPE = SINGLE_BIT;
WIDTH = 1;
LSB_INDEX = -1;
DIRECTION = INPUT;
PARENT = "";
}
SIGNAL("Q0")
{
VALUE_TYPE = NINE_LEVEL_BIT;
SIGNAL_TYPE = SINGLE_BIT;
WIDTH = 1;
LSB_INDEX = -1;
DIRECTION = OUTPUT;
PARENT = "";
}
SIGNAL("Q1")
{
VALUE_TYPE = NINE_LEVEL_BIT;
SIGNAL_TYPE = SINGLE_BIT;
WIDTH = 1;
LSB_INDEX = -1;
DIRECTION = OUTPUT;
PARENT = "";
}
SIGNAL("Q2")
{
VALUE_TYPE = NINE_LEVEL_BIT;
SIGNAL_TYPE = SINGLE_BIT;
WIDTH = 1;
LSB_INDEX = -1;
DIRECTION = OUTPUT;
PARENT = "";
}
SIGNAL("Q3")
{
VALUE_TYPE = NINE_LEVEL_BIT;
SIGNAL_TYPE = SINGLE_BIT;
WIDTH = 1;
LSB_INDEX = -1;
DIRECTION = OUTPUT;
PARENT = "";
}
TRANSITION_LIST("InvCp0")
{
NODE
{
REPEAT = 1;
NODE
{
REPEAT = 34;
LEVEL 0 FOR 1.0;
LEVEL 1 FOR 1.0;
}
}
}
TRANSITION_LIST("Q0")
{
NODE
{
REPEAT = 1;
LEVEL X FOR 19.0;
LEVEL 0 FOR 49.0;
}
}
TRANSITION_LIST("Q1")
{
NODE
{
REPEAT = 1;
LEVEL X FOR 19.0;
LEVEL 0 FOR 49.0;
}
}
TRANSITION_LIST("Q2")
{
NODE
{
REPEAT = 1;
LEVEL X FOR 19.0;
LEVEL 0 FOR 49.0;
}
}
TRANSITION_LIST("Q3")
{
NODE
{
REPEAT = 1;
LEVEL X FOR 19.0;
LEVEL 0 FOR 49.0;
}
}
DISPLAY_LINE
{
CHANNEL = "InvCp0";
EXPAND_STATUS = COLLAPSED;
RADIX = Binary;
TREE_INDEX = 0;
TREE_LEVEL = 0;
}
DISPLAY_LINE
{
CHANNEL = "Q3";
EXPAND_STATUS = COLLAPSED;
RADIX = Binary;
TREE_INDEX = 1;
TREE_LEVEL = 0;
}
DISPLAY_LINE
{
CHANNEL = "Q2";
EXPAND_STATUS = COLLAPSED;
RADIX = Binary;
TREE_INDEX = 2;
TREE_LEVEL = 0;
}
DISPLAY_LINE
{
CHANNEL = "Q1";
EXPAND_STATUS = COLLAPSED;
RADIX = Binary;
TREE_INDEX = 3;
TREE_LEVEL = 0;
}
DISPLAY_LINE
{
CHANNEL = "Q0";
EXPAND_STATUS = COLLAPSED;
RADIX = Binary;
TREE_INDEX = 4;
TREE_LEVEL = 0;
}
TIME_BAR
{
TIME = 0;
MASTER = TRUE;
}
;