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

Subversion Repositories can

[/] [can/] [tags/] [rel_9/] [sim/] [rtl_sim/] [run/] [wave.do] - Blame information for rev 98

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 mohor
// 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 variableradixbinary \
39
  13 variableradixoctal \
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 prompt
113
define event search direction forward
114
define variable nofullhierarchy
115
define variable nofilenames
116
define variable nofullpathfilenames
117
include bookmark with filenames
118
include scope history without filenames
119 35 mohor
define waveform window listpane 4.96
120
define waveform window namepane 10.99
121 2 mohor
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 "Igor Mohor"
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.7p1/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
    can_top \
152 35 mohor
      can_testbench.i_can_top.wb_clk_i \
153
      can_testbench.i_can_top.i_can_btl.clk \
154
      can_testbench.i_can_top.wb_cyc_i \
155
      can_testbench.i_can_top.wb_adr_i[7:0]'h \
156
      can_testbench.i_can_top.wb_cyc_i \
157
      can_testbench.i_can_top.wb_stb_i \
158
      can_testbench.i_can_top.wb_we_i \
159
      can_testbench.i_can_top.wb_dat_i[7:0]'h \
160
      can_testbench.i_can_top.wb_dat_o[7:0]'h \
161
      can_testbench.i_can_top.wb_ack_o \
162
      can_testbench.i_can_top.cs \
163
      can_testbench.i_can_top.cs_sync1 \
164
      can_testbench.i_can_top.cs_sync2 \
165
      can_testbench.i_can_top.cs_sync3 \
166 28 mohor
      can_testbench.i_can_top.tx \
167
      can_testbench.i_can_top.rx \
168 2 mohor
 
169
add group \
170
    can_btl \
171 24 mohor
      can_testbench.i_can_top.i_can_btl.rx \
172
      can_testbench.i_can_top.i_can_btl.baud_r_presc[5:0]'h \
173
      can_testbench.i_can_top.i_can_btl.clk \
174
      can_testbench.i_can_top.i_can_btl.clk_cnt[8:0]'h \
175
      can_testbench.i_can_top.i_can_btl.clk_en \
176
      can_testbench.i_can_top.i_can_btl.delay[3:0]'h \
177
      can_testbench.i_can_top.i_can_btl.go_seg1 \
178
      can_testbench.i_can_top.i_can_btl.go_seg2 \
179
      can_testbench.i_can_top.i_can_btl.go_sync \
180 5 mohor
      can_testbench.i_can_top.i_can_btl.hard_sync \
181 24 mohor
      can_testbench.i_can_top.i_can_btl.preset_cnt[8:0]'h \
182
      can_testbench.i_can_top.i_can_btl.quant_cnt[7:0]'h \
183
      can_testbench.i_can_top.i_can_btl.reset_mode \
184 5 mohor
      can_testbench.i_can_top.i_can_btl.resync \
185 24 mohor
      can_testbench.i_can_top.i_can_btl.resync_latched \
186
      can_testbench.i_can_top.i_can_btl.rst \
187
      can_testbench.i_can_top.i_can_btl.rx_idle \
188
      can_testbench.i_can_top.i_can_btl.sample[1:0]'h \
189 11 mohor
      can_testbench.i_can_top.i_can_btl.sample_point \
190 2 mohor
      can_testbench.i_can_top.i_can_btl.sampled_bit \
191 24 mohor
      can_testbench.i_can_top.i_can_btl.sampled_bit_q \
192
      can_testbench.i_can_top.i_can_btl.seg1 \
193
      can_testbench.i_can_top.i_can_btl.seg2 \
194
      can_testbench.i_can_top.i_can_btl.sync \
195
      can_testbench.i_can_top.i_can_btl.sync_blocked \
196
      can_testbench.i_can_top.i_can_btl.sync_jump_width[1:0]'h \
197
      can_testbench.i_can_top.i_can_btl.sync_window \
198
      can_testbench.i_can_top.i_can_btl.time_segment1[3:0]'h \
199
      can_testbench.i_can_top.i_can_btl.time_segment2[2:0]'h \
200
      can_testbench.i_can_top.i_can_btl.transmitting \
201
      can_testbench.i_can_top.i_can_btl.triple_sampling \
202
      can_testbench.i_can_top.i_can_btl.tx_point \
203 2 mohor
 
204
add group \
205 11 mohor
    can_acf \
206
      can_testbench.i_can_top.i_can_bsp.i_can_acf.acceptance_code_0[7:0]'h \
207
      can_testbench.i_can_top.i_can_bsp.i_can_acf.acceptance_code_1[7:0]'h \
208
      can_testbench.i_can_top.i_can_bsp.i_can_acf.acceptance_code_2[7:0]'h \
209
      can_testbench.i_can_top.i_can_bsp.i_can_acf.acceptance_code_3[7:0]'h \
210
      can_testbench.i_can_top.i_can_bsp.i_can_acf.acceptance_filter_mode \
211
      can_testbench.i_can_top.i_can_bsp.i_can_acf.acceptance_mask_0[7:0]'h \
212
      can_testbench.i_can_top.i_can_bsp.i_can_acf.acceptance_mask_1[7:0]'h \
213
      can_testbench.i_can_top.i_can_bsp.i_can_acf.acceptance_mask_2[7:0]'h \
214
      can_testbench.i_can_top.i_can_bsp.i_can_acf.acceptance_mask_3[7:0]'h \
215
      can_testbench.i_can_top.i_can_bsp.i_can_acf.clk \
216
      can_testbench.i_can_top.i_can_bsp.i_can_acf.data0[7:0]'h \
217
      can_testbench.i_can_top.i_can_bsp.i_can_acf.data1[7:0]'h \
218
      can_testbench.i_can_top.i_can_bsp.i_can_acf.extended_mode \
219
      can_testbench.i_can_top.i_can_bsp.i_can_acf.go_rx_crc_lim \
220
      can_testbench.i_can_top.i_can_bsp.i_can_acf.id[28:0]'h \
221
      can_testbench.i_can_top.i_can_bsp.i_can_acf.id_ok \
222
      can_testbench.i_can_top.i_can_bsp.i_can_acf.ide \
223
      can_testbench.i_can_top.i_can_bsp.i_can_acf.match \
224
      can_testbench.i_can_top.i_can_bsp.i_can_acf.match_df_ext \
225
      can_testbench.i_can_top.i_can_bsp.i_can_acf.match_df_std \
226
      can_testbench.i_can_top.i_can_bsp.i_can_acf.match_sf_ext \
227
      can_testbench.i_can_top.i_can_bsp.i_can_acf.match_sf_std \
228
      can_testbench.i_can_top.i_can_bsp.i_can_acf.reset_mode \
229
      can_testbench.i_can_top.i_can_bsp.i_can_acf.rst \
230
      can_testbench.i_can_top.i_can_bsp.i_can_acf.rtr1 \
231
      can_testbench.i_can_top.i_can_bsp.i_can_acf.rtr2 \
232
 
233
add group \
234 16 mohor
    testbench \
235 25 mohor
      can_testbench.receive_frame.arbitration_lost \
236
      can_testbench.receive_frame.tmp \
237
      can_testbench.receive_frame.cnt's \
238
      can_testbench.receive_frame.mode \
239
      can_testbench.receive_frame.pointer's \
240
      can_testbench.receive_frame.total_bits's \
241 28 mohor
      can_testbench.rx \
242 16 mohor
 
243
add group \
244 11 mohor
    can_bsp \
245 29 mohor
      can_testbench.i_can_top.i_can_bsp.ack_err_latched \
246
      can_testbench.i_can_top.i_can_bsp.bit_err_latched \
247
      can_testbench.i_can_top.i_can_bsp.form_err_latched \
248
      can_testbench.i_can_top.i_can_bsp.stuff_err_latched \
249
      can_testbench.i_can_top.i_can_bsp.crc_err \
250 28 mohor
      can_testbench.i_can_top.i_can_bsp.ack_err \
251
      can_testbench.i_can_top.i_can_bsp.bit_err \
252
      can_testbench.i_can_top.i_can_bsp.form_err \
253
      can_testbench.i_can_top.i_can_bsp.stuff_err \
254
      can_testbench.i_can_top.i_can_bsp.err \
255 29 mohor
      can_testbench.i_can_top.i_can_bsp.bit_err_exc1 \
256
      can_testbench.i_can_top.i_can_bsp.bit_err_exc2 \
257
      can_testbench.i_can_top.i_can_bsp.bit_err_exc3 \
258 24 mohor
      can_testbench.i_can_top.i_can_btl.hard_sync \
259
      can_testbench.i_can_top.i_can_btl.resync \
260 29 mohor
      can_testbench.i_can_top.sampled_bit \
261
      can_testbench.i_can_top.sampled_bit_q \
262 28 mohor
      can_testbench.i_can_top.i_can_bsp.transmitting \
263 25 mohor
      can_testbench.rx \
264 24 mohor
      can_testbench.i_can_top.rx \
265
      can_testbench.i_can_top.tx \
266
      can_testbench.i_can_top.i_can_bsp.sample_point \
267
      can_testbench.i_can_top.i_can_bsp.tx_point \
268 28 mohor
      can_testbench.i_can_top.i_can_bsp.tx_point_q \
269
      can_testbench.i_can_top.i_can_bsp.bit_stuff_cnt_tx[2:0]'h \
270
      can_testbench.i_can_top.i_can_bsp.bit_de_stuff_tx \
271
      can_testbench.i_can_top.i_can_bsp.tx_pointer[5:0]'h \
272 25 mohor
      can_testbench.i_can_top.i_can_bsp.basic_chain[18:0]'h \
273
      can_testbench.i_can_top.i_can_bsp.basic_chain_data[63:0]'h \
274
      can_testbench.i_can_top.i_can_bsp.extended_chain_std[18:0]'h \
275
      can_testbench.i_can_top.i_can_bsp.extended_chain_ext[38:0]'h \
276
      can_testbench.i_can_top.i_can_bsp.extended_chain_data[63:0]'h \
277
      can_testbench.i_can_top.i_can_bsp.extended_mode \
278
      can_testbench.i_can_top.i_can_bsp.rst_tx_pointer \
279 24 mohor
      can_testbench.i_can_top.i_can_bsp.addr[7:0]'h \
280 11 mohor
      can_testbench.i_can_top.i_can_bsp.bit_cnt[5:0]'h \
281
      can_testbench.i_can_top.i_can_bsp.bit_de_stuff \
282 13 mohor
      can_testbench.i_can_top.i_can_bsp.bit_de_stuff_reset \
283 11 mohor
      can_testbench.i_can_top.i_can_bsp.bit_de_stuff_set \
284 13 mohor
      can_testbench.i_can_top.i_can_bsp.bit_stuff_cnt[2:0]'h \
285 11 mohor
      can_testbench.i_can_top.i_can_bsp.bit_stuff_cnt_en \
286
      can_testbench.i_can_top.i_can_bsp.byte_cnt[2:0]'h \
287
      can_testbench.i_can_top.i_can_bsp.calculated_crc[14:0]'h \
288 25 mohor
      can_testbench.i_can_top.i_can_bsp.r_calculated_crc[15:0]'h \
289 24 mohor
      can_testbench.i_can_top.i_can_bsp.crc_in[14:0]'h \
290 11 mohor
      can_testbench.i_can_top.i_can_bsp.clk \
291
      can_testbench.i_can_top.i_can_bsp.crc_enable \
292 24 mohor
      can_testbench.i_can_top.i_can_bsp.data_cnt[3:0]'h \
293 16 mohor
      can_testbench.i_can_top.i_can_bsp.data_for_fifo[7:0]'h \
294 11 mohor
      can_testbench.i_can_top.i_can_bsp.data_len[3:0]'h \
295 24 mohor
      can_testbench.i_can_top.i_can_bsp.data_out[7:0]'h \
296 29 mohor
      can_testbench.i_can_top.i_can_bsp.transmitter \
297
      can_testbench.i_can_top.i_can_bsp.arbitration_field \
298
      can_testbench.i_can_top.i_can_bsp.sampled_bit \
299 35 mohor
      can_testbench.i_can_top.i_can_bsp.wr_fifo \
300
      can_testbench.i_can_top.i_can_bsp.overload_needed \
301
      can_testbench.i_can_top.i_can_bsp.overload_frame \
302
      can_testbench.i_can_top.i_can_bsp.overload_frame_ended \
303
      can_testbench.i_can_top.i_can_bsp.overload_flag_over \
304
      can_testbench.i_can_top.i_can_bsp.overload_cnt1[2:0]'h \
305
      can_testbench.i_can_top.i_can_bsp.overload_cnt2[2:0]'h \
306
      can_testbench.i_can_top.i_can_bsp.enable_overload_cnt2 \
307 29 mohor
      can_testbench.i_can_top.i_can_bsp.priority_lost \
308 35 mohor
      can_testbench.i_can_top.i_can_bsp.transmitter \
309
      can_testbench.i_can_top.i_can_bsp.suspend \
310
      can_testbench.i_can_top.i_can_bsp.enable_error_cnt2 \
311 29 mohor
      can_testbench.i_can_top.i_can_bsp.error_flag_over \
312
      can_testbench.i_can_top.i_can_bsp.rx_err_cnt_blocked \
313
      can_testbench.i_can_top.i_can_bsp.rule5 \
314
      can_testbench.i_can_top.i_can_bsp.rule3_exc1_1 \
315
      can_testbench.i_can_top.i_can_bsp.rule3_exc1_2 \
316
      can_testbench.i_can_top.i_can_bsp.rule3_exc2 \
317
      can_testbench.i_can_top.i_can_bsp.go_error_frame \
318 28 mohor
      can_testbench.i_can_top.i_can_bsp.error_frame \
319 35 mohor
      can_testbench.i_can_top.i_can_bsp.go_overload_frame \
320
      can_testbench.i_can_top.i_can_bsp.go_rx_inter \
321 28 mohor
      can_testbench.i_can_top.i_can_bsp.overload_frame \
322 35 mohor
      can_testbench.i_can_top.i_can_bsp.overload_frame_ended \
323 29 mohor
      can_testbench.i_can_top.i_can_bsp.passive_cnt[2:0]'h \
324 11 mohor
      can_testbench.i_can_top.i_can_bsp.eof_cnt[2:0]'h \
325 29 mohor
      can_testbench.i_can_top.i_can_bsp.wr_fifo \
326 24 mohor
      can_testbench.i_can_top.i_can_bsp.error_cnt1[2:0]'h \
327
      can_testbench.i_can_top.i_can_bsp.error_cnt2[2:0]'h \
328
      can_testbench.i_can_top.i_can_bsp.error_frame \
329
      can_testbench.i_can_top.i_can_bsp.error_frame_ended \
330 35 mohor
      can_testbench.i_can_top.i_can_bsp.id_ok \
331 28 mohor
      can_testbench.i_can_top.i_can_bsp.rx_inter \
332 35 mohor
      can_testbench.i_can_top.i_can_bsp.err \
333 29 mohor
      can_testbench.i_can_top.i_can_bsp.node_error_passive \
334 35 mohor
      can_testbench.i_can_top.i_can_bsp.node_bus_off \
335 16 mohor
      can_testbench.i_can_top.i_can_bsp.rtr1 \
336
      can_testbench.i_can_top.i_can_bsp.rtr2 \
337 25 mohor
      can_testbench.i_can_top.i_can_bsp.priority_lost \
338
      can_testbench.i_can_top.i_can_bsp.bit_de_stuff_tx \
339
      can_testbench.i_can_top.i_can_bsp.bit_stuff_cnt_tx[2:0]'h \
340
      can_testbench.i_can_top.i_can_bsp.bit_stuff_cnt_en \
341
      can_testbench.i_can_top.i_can_bsp.bit_de_stuff_set \
342
      can_testbench.i_can_top.i_can_bsp.bit_de_stuff_reset \
343
      can_testbench.i_can_top.i_can_btl.hard_sync \
344
      can_testbench.i_can_top.i_can_btl.resync \
345
      can_testbench.i_can_top.rx \
346
      can_testbench.i_can_top.i_can_bsp.tx_pointer[5:0]'h \
347
      can_testbench.i_can_top.tx \
348 28 mohor
      can_testbench.rx \
349
      can_testbench.i_can_top.rx \
350 25 mohor
      can_testbench.i_can_top.i_can_bsp.sample_point \
351
      can_testbench.i_can_top.i_can_bsp.tx_point \
352 16 mohor
      can_testbench.i_can_top.i_can_bsp.rx_ack \
353
      can_testbench.i_can_top.i_can_bsp.rx_ack_lim \
354
      can_testbench.i_can_top.i_can_bsp.rx_crc \
355
      can_testbench.i_can_top.i_can_bsp.rx_crc_lim \
356
      can_testbench.i_can_top.i_can_bsp.rx_data \
357
      can_testbench.i_can_top.i_can_bsp.rx_dlc \
358 25 mohor
      can_testbench.i_can_top.i_can_bsp.finish_msg \
359
      can_testbench.i_can_top.i_can_bsp.tx_state \
360 16 mohor
      can_testbench.i_can_top.i_can_bsp.rx_eof \
361
      can_testbench.i_can_top.i_can_bsp.rx_id1 \
362
      can_testbench.i_can_top.i_can_bsp.rx_id2 \
363
      can_testbench.i_can_top.i_can_bsp.rx_ide \
364
      can_testbench.i_can_top.i_can_bsp.rx_idle \
365 24 mohor
      can_testbench.i_can_top.i_can_bsp.rx_inter \
366 28 mohor
      can_testbench.i_can_top.i_can_bsp.suspend \
367
      can_testbench.i_can_top.i_can_bsp.susp_cnt_en \
368
      can_testbench.i_can_top.i_can_bsp.susp_cnt[2:0]'h \
369 16 mohor
      can_testbench.i_can_top.i_can_bsp.rx_r0 \
370
      can_testbench.i_can_top.i_can_bsp.rx_r1 \
371
      can_testbench.i_can_top.i_can_bsp.rx_rtr1 \
372
      can_testbench.i_can_top.i_can_bsp.rx_rtr2 \
373 24 mohor
      can_testbench.i_can_top.i_can_bsp.extended_mode \
374 25 mohor
      can_testbench.i_can_top.i_can_bsp.go_early_tx \
375
      can_testbench.i_can_top.i_can_bsp.go_tx \
376
      can_testbench.i_can_top.i_can_bsp.need_to_tx \
377
      can_testbench.i_can_top.i_can_bsp.tx_request \
378 28 mohor
      can_testbench.i_can_top.i_can_bsp.clk \
379 25 mohor
      can_testbench.i_can_top.i_can_bsp.tx_state \
380 28 mohor
      can_testbench.i_can_top.i_can_bsp.transmitting \
381
      can_testbench.i_can_top.i_can_bsp.priority_lost \
382 11 mohor
      can_testbench.i_can_top.i_can_bsp.go_crc_enable \
383 24 mohor
      can_testbench.i_can_top.i_can_bsp.go_error_frame \
384 11 mohor
      can_testbench.i_can_top.i_can_bsp.go_rx_ack \
385
      can_testbench.i_can_top.i_can_bsp.go_rx_ack_lim \
386
      can_testbench.i_can_top.i_can_bsp.go_rx_crc \
387
      can_testbench.i_can_top.i_can_bsp.go_rx_crc_lim \
388
      can_testbench.i_can_top.i_can_bsp.go_rx_data \
389
      can_testbench.i_can_top.i_can_bsp.go_rx_dlc \
390
      can_testbench.i_can_top.i_can_bsp.go_rx_eof \
391
      can_testbench.i_can_top.i_can_bsp.go_rx_id1 \
392
      can_testbench.i_can_top.i_can_bsp.go_rx_id2 \
393
      can_testbench.i_can_top.i_can_bsp.go_rx_ide \
394
      can_testbench.i_can_top.i_can_bsp.go_rx_idle \
395 24 mohor
      can_testbench.i_can_top.i_can_bsp.go_rx_inter \
396
      can_testbench.i_can_top.i_can_bsp.go_overload_frame \
397 11 mohor
      can_testbench.i_can_top.i_can_bsp.go_rx_r0 \
398
      can_testbench.i_can_top.i_can_bsp.go_rx_r1 \
399
      can_testbench.i_can_top.i_can_bsp.go_rx_rtr1 \
400
      can_testbench.i_can_top.i_can_bsp.go_rx_rtr2 \
401 13 mohor
      can_testbench.i_can_top.i_can_bsp.hard_sync \
402 24 mohor
      can_testbench.i_can_top.i_can_bsp.header_cnt[2:0]'h \
403
      can_testbench.i_can_top.i_can_bsp.header_len[2:0]'h \
404 11 mohor
      can_testbench.i_can_top.i_can_bsp.id[28:0]'h \
405 13 mohor
      can_testbench.i_can_top.i_can_bsp.id_ok \
406 11 mohor
      can_testbench.i_can_top.i_can_bsp.ide \
407 24 mohor
      can_testbench.i_can_top.i_can_bsp.limited_data_len[3:0]'h \
408
      can_testbench.i_can_top.i_can_bsp.limited_data_len_minus1[3:0]'h \
409
      can_testbench.i_can_top.i_can_bsp.no_byte0 \
410
      can_testbench.i_can_top.i_can_bsp.no_byte1 \
411
      can_testbench.i_can_top.i_can_bsp.release_buffer \
412
      can_testbench.i_can_top.i_can_bsp.remote_rq \
413 11 mohor
      can_testbench.i_can_top.i_can_bsp.reset_mode \
414
      can_testbench.i_can_top.i_can_bsp.reset_mode_q \
415 24 mohor
      can_testbench.i_can_top.i_can_bsp.reset_wr_fifo \
416 11 mohor
      can_testbench.i_can_top.i_can_bsp.rst \
417 24 mohor
      can_testbench.i_can_top.i_can_bsp.rst_crc_enable \
418 11 mohor
      can_testbench.i_can_top.i_can_bsp.sample_point \
419
      can_testbench.i_can_top.i_can_bsp.sampled_bit_q \
420 24 mohor
      can_testbench.i_can_top.i_can_bsp.storing_header \
421 13 mohor
      can_testbench.i_can_top.i_can_bsp.tmp_data[7:0]'h \
422 28 mohor
      can_testbench.i_can_top.i_can_bsp.write_data_to_tmp_fifo \
423
      can_testbench.i_can_top.i_can_bsp.wr_fifo \
424
      can_testbench.i_can_top.i_can_bsp.reset_wr_fifo \
425 24 mohor
      can_testbench.i_can_top.i_can_bsp.transmitting \
426
      can_testbench.i_can_top.i_can_bsp.tx \
427
      can_testbench.i_can_top.i_can_bsp.tx_data_0[7:0]'h \
428
      can_testbench.i_can_top.i_can_bsp.tx_data_1[7:0]'h \
429
      can_testbench.i_can_top.i_can_bsp.tx_data_2[7:0]'h \
430
      can_testbench.i_can_top.i_can_bsp.tx_data_3[7:0]'h \
431
      can_testbench.i_can_top.i_can_bsp.tx_data_4[7:0]'h \
432
      can_testbench.i_can_top.i_can_bsp.tx_data_5[7:0]'h \
433
      can_testbench.i_can_top.i_can_bsp.tx_data_6[7:0]'h \
434
      can_testbench.i_can_top.i_can_bsp.tx_data_7[7:0]'h \
435
      can_testbench.i_can_top.i_can_bsp.tx_data_8[7:0]'h \
436
      can_testbench.i_can_top.i_can_bsp.tx_data_9[7:0]'h \
437
      can_testbench.i_can_top.i_can_bsp.tx_data_10[7:0]'h \
438
      can_testbench.i_can_top.i_can_bsp.tx_data_11[7:0]'h \
439
      can_testbench.i_can_top.i_can_bsp.tx_data_12[7:0]'h \
440
      can_testbench.i_can_top.i_can_bsp.tx_point \
441 13 mohor
      can_testbench.i_can_top.i_can_bsp.wr_fifo \
442 11 mohor
 
443
add group \
444 14 mohor
    can_fifo \
445 18 mohor
      can_testbench.i_can_top.i_can_bsp.i_can_fifo.addr[7:0]'h \
446 14 mohor
      can_testbench.i_can_top.i_can_bsp.i_can_fifo.clk \
447
      can_testbench.i_can_top.i_can_bsp.i_can_fifo.data_in[7:0]'h \
448
      can_testbench.i_can_top.i_can_bsp.i_can_fifo.data_out[7:0]'h \
449 18 mohor
      can_testbench.i_can_top.i_can_bsp.i_can_fifo.extended_mode \
450
      can_testbench.i_can_top.i_can_bsp.i_can_fifo.fifo_cnt[6:0]'h \
451
      can_testbench.i_can_top.i_can_bsp.i_can_fifo.fifo_empty \
452
      can_testbench.i_can_top.i_can_bsp.i_can_fifo.fifo_full \
453
      can_testbench.i_can_top.i_can_bsp.i_can_fifo.latch_overrun \
454 14 mohor
      can_testbench.i_can_top.i_can_bsp.i_can_fifo.len_cnt[3:0]'h \
455
      can_testbench.i_can_top.i_can_bsp.i_can_fifo.rd_pointer[5:0]'h \
456 18 mohor
      can_testbench.i_can_top.i_can_bsp.i_can_fifo.read_address[5:0]'h \
457 14 mohor
      can_testbench.i_can_top.i_can_bsp.i_can_fifo.reset_mode \
458
      can_testbench.i_can_top.i_can_bsp.i_can_fifo.rst \
459
      can_testbench.i_can_top.i_can_bsp.i_can_fifo.wr_pointer[5:0]'h \
460
      can_testbench.i_can_top.i_can_bsp.i_can_fifo.wr_q \
461
      can_testbench.i_can_top.i_can_bsp.i_can_fifo.write_length_info \
462 24 mohor
      can_testbench.i_can_top.i_can_bsp.i_can_fifo.info_cnt[6:0]'h \
463
      can_testbench.i_can_top.i_can_bsp.i_can_fifo.wr_info_pointer[5:0]'h \
464
      can_testbench.i_can_top.i_can_bsp.i_can_fifo.info_empty \
465
      can_testbench.i_can_top.i_can_bsp.i_can_fifo.info_full \
466
      can_testbench.i_can_top.i_can_bsp.i_can_fifo.rd_info_pointer[5:0]'h \
467
      can_testbench.i_can_top.i_can_bsp.i_can_fifo.wr \
468
      can_testbench.i_can_top.i_can_bsp.i_can_fifo.release_buffer \
469 14 mohor
 
470
add group \
471 2 mohor
    can_registers \
472 35 mohor
      can_testbench.i_can_top.i_can_registers.clk \
473
      can_testbench.i_can_top.i_can_registers.reset_mode \
474 2 mohor
      can_testbench.i_can_top.i_can_registers.addr[7:0]'h \
475 35 mohor
      can_testbench.i_can_top.i_can_registers.cs \
476
      can_testbench.i_can_top.i_can_registers.release_buffer \
477 18 mohor
      can_testbench.i_can_top.i_can_registers.clear_data_overrun \
478 35 mohor
      can_testbench.i_can_top.i_can_registers.error_status \
479
      can_testbench.i_can_top.i_can_registers.overrun_status \
480
      can_testbench.i_can_top.i_can_registers.receive_buffer_status \
481
      can_testbench.i_can_top.i_can_registers.receive_status \
482
      can_testbench.i_can_top.i_can_registers.status[7:0]'h \
483
      can_testbench.i_can_top.i_can_registers.transmit_buffer_status \
484
      can_testbench.i_can_top.i_can_registers.transmit_status \
485 11 mohor
      can_testbench.i_can_top.i_can_registers.extended_mode \
486 35 mohor
      can_testbench.i_can_top.i_can_registers.data_overrun_irq_en \
487
      can_testbench.i_can_top.i_can_registers.transmit_irq_en \
488
      can_testbench.i_can_top.i_can_registers.receive_irq_en \
489
      can_testbench.i_can_top.i_can_registers.error_warning_irq_en \
490
      can_testbench.i_can_top.i_can_registers.bus_error_irq_en \
491
      can_testbench.i_can_top.i_can_registers.irq \
492
      can_testbench.i_can_top.i_can_registers.read_irq_reg \
493 2 mohor
 
494 35 mohor
add group \
495
    tmp \
496
      can_testbench.i_can_top.wb_clk_i \
497
      can_testbench.i_can_top.clk \
498
      can_testbench.i_can_top.wb_adr_i[7:0]'h \
499
      can_testbench.i_can_top.wb_dat_i[7:0]'h \
500
      can_testbench.i_can_top.wb_dat_o[7:0]'h \
501
      can_testbench.i_can_top.wb_we_i \
502
      can_testbench.i_can_top.wb_cyc_i \
503
      can_testbench.i_can_top.wb_ack_o \
504
      can_testbench.i_can_top.cs_sync1 \
505
      can_testbench.i_can_top.cs_sync2 \
506
      can_testbench.i_can_top.cs_sync3 \
507
      can_testbench.i_can_top.cs_ack1 \
508
      can_testbench.i_can_top.cs_ack2 \
509
      can_testbench.i_can_top.cs_ack3 \
510
      can_testbench.i_can_top.cs_sync_rst1 \
511
      can_testbench.i_can_top.cs_sync_rst2 \
512
      can_testbench.i_can_top.cs \
513 2 mohor
 
514 35 mohor
 
515 2 mohor
deselect all
516 24 mohor
add register  Default \
517
    fontsize 12 \
518
 
519
 
520 25 mohor
open window waveform 1 geometry 10 59 1592 1140
521 35 mohor
zoom at 59216.62ns 0.00797244 0.00000000

powered by: WebSVN 2.1.0

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