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

Subversion Repositories wdsp

[/] [wdsp/] [trunk/] [rtl/] [verilog/] [minsoc/] [wb_conmax/] [trunk/] [sim/] [rtl_sim/] [run/] [waves/] [waves.do] - Blame information for rev 7

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 7 parrado
// Signalscan Version 6.7p1
2
 
3
 
4
define noactivityindicator
5
define analog waveform lines
6
define add variable default overlay off
7
define waveform window analogheight 1
8
define terminal automatic
9
define buttons control \
10
  1 opensimmulationfile \
11
  2 executedofile \
12
  3 designbrowser \
13
  4 waveform \
14
  5 source \
15
  6 breakpoints \
16
  7 definesourcessearchpath \
17
  8 exit \
18
  9 createbreakpoint \
19
  10 creategroup \
20
  11 createmarker \
21
  12 closesimmulationfile \
22
  13 renamesimmulationfile \
23
  14 replacesimulationfiledata \
24
  15 listopensimmulationfiles \
25
  16 savedofile
26
define buttons waveform \
27
  1 undo \
28
  2 cut \
29
  3 copy \
30
  4 paste \
31
  5 delete \
32
  6 zoomin \
33
  7 zoomout \
34
  8 zoomoutfull \
35
  9 expand \
36
  10 createmarker \
37
  11 designbrowser:1 \
38
  12 savedofile \
39
  13 replacesimulationfiledata \
40
  14 variableradixdecimal \
41
  15 variableradixhexadecimal \
42
  16 variableradixascii
43
define buttons designbrowser \
44
  1 undo \
45
  2 cut \
46
  3 copy \
47
  4 paste \
48
  5 delete \
49
  6 cdupscope \
50
  7 getallvariables \
51
  8 getdeepallvariables \
52
  9 addvariables \
53
  10 addvarsandclosewindow \
54
  11 closewindow \
55
  12 scopefiltermodule \
56
  13 scopefiltertask \
57
  14 scopefilterfunction \
58
  15 scopefilterblock \
59
  16 scopefilterprimitive
60
define buttons event \
61
  1 undo \
62
  2 cut \
63
  3 copy \
64
  4 paste \
65
  5 delete \
66
  6 move \
67
  7 closewindow \
68
  8 duplicate \
69
  9 defineasrisingedge \
70
  10 defineasfallingedge \
71
  11 defineasanyedge \
72
  12 variableradixbinary \
73
  13 variableradixoctal \
74
  14 variableradixdecimal \
75
  15 variableradixhexadecimal \
76
  16 variableradixascii
77
define buttons source \
78
  1 undo \
79
  2 cut \
80
  3 copy \
81
  4 paste \
82
  5 delete \
83
  6 createbreakpoint \
84
  7 creategroup \
85
  8 createmarker \
86
  9 createevent \
87
  10 createregisterpage \
88
  11 closewindow \
89
  12 opensimmulationfile \
90
  13 closesimmulationfile \
91
  14 renamesimmulationfile \
92
  15 replacesimulationfiledata \
93
  16 listopensimmulationfiles
94
define buttons register \
95
  1 undo \
96
  2 cut \
97
  3 copy \
98
  4 paste \
99
  5 delete \
100
  6 createregisterpage \
101
  7 closewindow \
102
  8 continuefor \
103
  9 continueuntil \
104
  10 continueforever \
105
  11 stop \
106
  12 previous \
107
  13 next \
108
  14 variableradixbinary \
109
  15 variableradixhexadecimal \
110
  16 variableradixascii
111
define show related transactions
112
define exit noprompt
113
define event search direction forward
114
define variable fullhierarchy
115
define variable nofilenames
116
define variable nofullpathfilenames
117
include bookmark with filenames
118
include scope history without filenames
119
define waveform window listpane 10.93
120
define waveform window namepane 18.98
121
define multivalueindication
122
define pattern curpos dot
123
define pattern cursor1 dot
124
define pattern cursor2 dot
125
define pattern marker dot
126
define print designer "Rudolf Usselmann"
127
define print border
128
define print color blackonwhite
129
define print command "/usr/ucb/lpr -P%P"
130
define print printer  lp
131
define print range visible
132
define print variable visible
133
define rise fall time low threshold percentage 10
134
define rise fall time high threshold percentage 90
135
define rise fall time low value 0
136
define rise fall time high value 3.3
137
define sendmail command "/usr/lib/sendmail"
138
define sequence time width 30.00
139
define snap
140
 
141
define source noprompt
142
define time units default
143
define userdefinedbussymbol
144
define user guide directory "/usr/local/designacc/signalscan-6.5s2/doc/html"
145
define waveform window grid off
146
define waveform window waveheight 14
147
define waveform window wavespace 6
148
define web browser command netscape
149
define zoom outfull on initial add off
150
add group \
151
    "System" \
152
      test.clk \
153
      test.rst \
154
 
155
add group \
156
    "Master 0" \
157
      test.m0_cyc_i \
158
      test.m0_stb_i \
159
      test.m0_sel_i[3:0]'h \
160
      test.m0_addr_i[31:0]'h \
161
      test.m0_data_i[31:0]'h \
162
      test.m0_data_o[31:0]'h \
163
      test.m0_we_i \
164
      test.m0_ack_o \
165
      test.m0_err_o \
166
      test.m0_rty_o \
167
 
168
add group \
169
    "Master 1" \
170
      test.m1_cyc_i \
171
      test.m1_stb_i \
172
      test.m1_sel_i[3:0]'h \
173
      test.m1_addr_i[31:0]'h \
174
      test.m1_data_i[31:0]'h \
175
      test.m1_data_o[31:0]'h \
176
      test.m1_we_i \
177
      test.m1_ack_o \
178
      test.m1_err_o \
179
      test.m1_rty_o \
180
 
181
add group \
182
    "Master 2" \
183
      test.m2_cyc_i \
184
      test.m2_stb_i \
185
      test.m2_sel_i[3:0]'h \
186
      test.m2_addr_i[31:0]'h \
187
      test.m2_data_i[31:0]'h \
188
      test.m2_data_o[31:0]'h \
189
      test.m2_we_i \
190
      test.m2_ack_o \
191
      test.m2_err_o \
192
      test.m2_rty_o \
193
 
194
add group \
195
    "Master 3" \
196
      test.m3_cyc_i \
197
      test.m3_stb_i \
198
      test.m3_sel_i[3:0]'h \
199
      test.m3_addr_i[31:0]'h \
200
      test.m3_data_i[31:0]'h \
201
      test.m3_data_o[31:0]'h \
202
      test.m3_we_i \
203
      test.m3_ack_o \
204
      test.m3_err_o \
205
      test.m3_rty_o \
206
 
207
add group \
208
    "Master 4" \
209
      test.m4_cyc_i \
210
      test.m4_stb_i \
211
      test.m4_sel_i[3:0]'h \
212
      test.m4_addr_i[31:0]'h \
213
      test.m4_data_i[31:0]'h \
214
      test.m4_data_o[31:0]'h \
215
      test.m4_we_i \
216
      test.m4_ack_o \
217
      test.m4_err_o \
218
      test.m4_rty_o \
219
 
220
add group \
221
    "Master 5" \
222
      test.m5_cyc_i \
223
      test.m5_stb_i \
224
      test.m5_sel_i[3:0]'h \
225
      test.m5_addr_i[31:0]'h \
226
      test.m5_data_i[31:0]'h \
227
      test.m5_data_o[31:0]'h \
228
      test.m5_we_i \
229
      test.m5_ack_o \
230
      test.m5_err_o \
231
      test.m5_rty_o \
232
 
233
add group \
234
    "Master 6" \
235
      test.m6_cyc_i \
236
      test.m6_stb_i \
237
      test.m6_sel_i[3:0]'h \
238
      test.m6_addr_i[31:0]'h \
239
      test.m6_data_i[31:0]'h \
240
      test.m6_data_o[31:0]'h \
241
      test.m6_we_i \
242
      test.m6_ack_o \
243
      test.m6_err_o \
244
      test.m6_rty_o \
245
 
246
add group \
247
    "Master 7" \
248
      test.m7_cyc_i \
249
      test.m7_stb_i \
250
      test.m7_sel_i[3:0]'h \
251
      test.m7_addr_i[31:0]'h \
252
      test.m7_data_i[31:0]'h \
253
      test.m7_data_o[31:0]'h \
254
      test.m7_we_i \
255
      test.m7_ack_o \
256
      test.m7_err_o \
257
      test.m7_rty_o \
258
 
259
add group \
260
    "Slave 0" \
261
      test.s0_cyc_o \
262
      test.s0_stb_o \
263
      test.s0_sel_o[3:0]'h \
264
      test.s0_addr_o[31:0]'h \
265
      test.s0_data_i[31:0]'h \
266
      test.s0_data_o[31:0]'h \
267
      test.s0_we_o \
268
      test.s0_ack_i \
269
      test.s0_err_i \
270
      test.s0_rty_i \
271
 
272
add group \
273
    "Slave 1" \
274
      test.s1_cyc_o \
275
      test.s1_stb_o \
276
      test.s1_sel_o[3:0]'h \
277
      test.s1_addr_o[31:0]'h \
278
      test.s1_data_i[31:0]'h \
279
      test.s1_data_o[31:0]'h \
280
      test.s1_we_o \
281
      test.s1_ack_i \
282
      test.s1_err_i \
283
      test.s1_rty_i \
284
 
285
add group \
286
    "Slave 2" \
287
      test.s2_cyc_o \
288
      test.s2_stb_o \
289
      test.s2_sel_o[3:0]'h \
290
      test.s2_addr_o[31:0]'h \
291
      test.s2_data_i[31:0]'h \
292
      test.s2_data_o[31:0]'h \
293
      test.s2_we_o \
294
      test.s2_ack_i \
295
      test.s2_err_i \
296
      test.s2_rty_i \
297
 
298
add group \
299
    "Slave 3" \
300
      test.s3_cyc_o \
301
      test.s3_stb_o \
302
      test.s3_sel_o[3:0]'h \
303
      test.s3_addr_o[31:0]'h \
304
      test.s3_data_i[31:0]'h \
305
      test.s3_data_o[31:0]'h \
306
      test.s3_we_o \
307
      test.s3_ack_i \
308
      test.s3_err_i \
309
      test.s3_rty_i \
310
 
311
add group \
312
    "Slave 4" \
313
      test.s4_cyc_o \
314
      test.s4_stb_o \
315
      test.s4_sel_o[3:0]'h \
316
      test.s4_addr_o[31:0]'h \
317
      test.s4_data_i[31:0]'h \
318
      test.s4_data_o[31:0]'h \
319
      test.s4_we_o \
320
      test.s4_ack_i \
321
      test.s4_err_i \
322
      test.s4_rty_i \
323
 
324
add group \
325
    "Slave 5" \
326
      test.s5_cyc_o \
327
      test.s5_stb_o \
328
      test.s5_sel_o[3:0]'h \
329
      test.s5_addr_o[31:0]'h \
330
      test.s5_data_i[31:0]'h \
331
      test.s5_data_o[31:0]'h \
332
      test.s5_we_o \
333
      test.s5_ack_i \
334
      test.s5_err_i \
335
      test.s5_rty_i \
336
 
337
add group \
338
    "Slave 6" \
339
      test.s6_cyc_o \
340
      test.s6_stb_o \
341
      test.s6_sel_o[3:0]'h \
342
      test.s6_addr_o[31:0]'h \
343
      test.s6_data_i[31:0]'h \
344
      test.s6_data_o[31:0]'h \
345
      test.s6_we_o \
346
      test.s6_ack_i \
347
      test.s6_err_i \
348
      test.s6_rty_i \
349
 
350
add group \
351
    "Slave 7" \
352
      test.s7_cyc_o \
353
      test.s7_stb_o \
354
      test.s7_sel_o[3:0]'h \
355
      test.s7_addr_o[31:0]'h \
356
      test.s7_data_i[31:0]'h \
357
      test.s7_data_o[31:0]'h \
358
      test.s7_we_o \
359
      test.s7_ack_i \
360
      test.s7_err_i \
361
      test.s7_rty_i \
362
 
363
add group \
364
    "Slave 8" \
365
      test.s8_cyc_o \
366
      test.s8_stb_o \
367
      test.s8_sel_o[3:0]'h \
368
      test.s8_addr_o[31:0]'h \
369
      test.s8_data_i[31:0]'h \
370
      test.s8_data_o[31:0]'h \
371
      test.s8_we_o \
372
      test.s8_ack_i \
373
      test.s8_err_i \
374
      test.s8_rty_i \
375
 
376
add group \
377
    "Slave 9" \
378
      test.s9_cyc_o \
379
      test.s9_stb_o \
380
      test.s9_sel_o[3:0]'h \
381
      test.s9_addr_o[31:0]'h \
382
      test.s9_data_i[31:0]'h \
383
      test.s9_data_o[31:0]'h \
384
      test.s9_we_o \
385
      test.s9_ack_i \
386
      test.s9_err_i \
387
      test.s9_rty_i \
388
 
389
add group \
390
    "Slave 10" \
391
      test.s10_cyc_o \
392
      test.s10_stb_o \
393
      test.s10_sel_o[3:0]'h \
394
      test.s10_addr_o[31:0]'h \
395
      test.s10_data_i[31:0]'h \
396
      test.s10_data_o[31:0]'h \
397
      test.s10_we_o \
398
      test.s10_ack_i \
399
      test.s10_err_i \
400
      test.s10_rty_i \
401
 
402
add group \
403
    "Slave 11" \
404
      test.s11_cyc_o \
405
      test.s11_stb_o \
406
      test.s11_sel_o[3:0]'h \
407
      test.s11_addr_o[31:0]'h \
408
      test.s11_data_i[31:0]'h \
409
      test.s11_data_o[31:0]'h \
410
      test.s11_we_o \
411
      test.s11_ack_i \
412
      test.s11_err_i \
413
      test.s11_rty_i \
414
 
415
add group \
416
    "Slave 12" \
417
      test.s12_cyc_o \
418
      test.s12_stb_o \
419
      test.s12_sel_o[3:0]'h \
420
      test.s12_addr_o[31:0]'h \
421
      test.s12_data_i[31:0]'h \
422
      test.s12_data_o[31:0]'h \
423
      test.s12_we_o \
424
      test.s12_ack_i \
425
      test.s12_err_i \
426
      test.s12_rty_i \
427
 
428
add group \
429
    "Slave 13" \
430
      test.s13_cyc_o \
431
      test.s13_stb_o \
432
      test.s13_sel_o[3:0]'h \
433
      test.s13_addr_o[31:0]'h \
434
      test.s13_data_i[31:0]'h \
435
      test.s13_data_o[31:0]'h \
436
      test.s13_we_o \
437
      test.s13_ack_i \
438
      test.s13_err_i \
439
      test.s13_rty_i \
440
 
441
add group \
442
    "Slave 14" \
443
      test.s14_cyc_o \
444
      test.s14_stb_o \
445
      test.s14_sel_o[3:0]'h \
446
      test.s14_addr_o[31:0]'h \
447
      test.s14_data_i[31:0]'h \
448
      test.s14_data_o[31:0]'h \
449
      test.s14_we_o \
450
      test.s14_ack_i \
451
      test.s14_err_i \
452
      test.s14_rty_i \
453
 
454
add group \
455
    "Slave 15" \
456
      test.s15_cyc_o \
457
      test.s15_stb_o \
458
      test.s15_sel_o[3:0]'h \
459
      test.s15_addr_o[31:0]'h \
460
      test.s15_data_i[31:0]'h \
461
      test.s15_data_o[31:0]'h \
462
      test.s15_we_o \
463
      test.s15_ack_i \
464
      test.s15_err_i \
465
      test.s15_rty_i \
466
 
467
 
468
deselect all
469
open window designbrowser 1 geometry 56 118 1075 799
470
open window waveform 1 geometry 10 59 1272 919
471
zoom at 274.11(0)ns 0.07173877 0.00000000

powered by: WebSVN 2.1.0

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