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

Subversion Repositories can

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

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

powered by: WebSVN 2.1.0

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