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

Subversion Repositories ethmac

[/] [ethmac/] [trunk/] [sim/] [rtl_sim/] [run/] [top_groups.do] - Blame information for rev 364

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 291 tadejm
// 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
define waveform window listpane 4.96
120
define waveform window namepane 15.18
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 "Miha Dolenc"
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
    A \
152
 
153
add group \
154
    "WISHBONE common" \
155 364 olof
      tb_ethernet.ethmac.wb_clk_i \
156
      tb_ethernet.ethmac.wb_rst_i \
157
      tb_ethernet.ethmac.wb_dat_i[31:0]'h \
158
      tb_ethernet.ethmac.wb_dat_o[31:0]'h \
159
      tb_ethernet.ethmac.wb_err_o \
160 291 tadejm
 
161
add group \
162
    "WISHBONE slave signals" \
163 364 olof
      tb_ethernet.ethmac.wb_adr_i[11:2]'h \
164
      tb_ethernet.ethmac.wb_sel_i[3:0]'h \
165
      tb_ethernet.ethmac.wb_we_i \
166
      tb_ethernet.ethmac.wb_cyc_i \
167
      tb_ethernet.ethmac.wb_stb_i \
168
      tb_ethernet.ethmac.wb_ack_o \
169 291 tadejm
 
170
add group \
171
    "WISHBONE master signals" \
172 364 olof
      tb_ethernet.ethmac.m_wb_adr_o[31:0]'h \
173
      tb_ethernet.ethmac.m_wb_sel_o[3:0]'h \
174
      tb_ethernet.ethmac.m_wb_we_o \
175
      tb_ethernet.ethmac.m_wb_dat_i[31:0]'h \
176
      tb_ethernet.ethmac.m_wb_dat_o[31:0]'h \
177
      tb_ethernet.ethmac.m_wb_cyc_o \
178
      tb_ethernet.ethmac.m_wb_stb_o \
179
      tb_ethernet.ethmac.m_wb_ack_i \
180
      tb_ethernet.ethmac.m_wb_err_i \
181 291 tadejm
 
182
add group \
183
    "MAC common" \
184 364 olof
      tb_ethernet.ethmac.mcoll_pad_i \
185
      tb_ethernet.ethmac.mcrs_pad_i \
186 291 tadejm
 
187
add group \
188
    "MAC TX" \
189 364 olof
      tb_ethernet.ethmac.mtx_clk_pad_i \
190
      tb_ethernet.ethmac.mtxd_pad_o[3:0]'h \
191
      tb_ethernet.ethmac.mtxen_pad_o \
192
      tb_ethernet.ethmac.mtxerr_pad_o \
193 291 tadejm
 
194
add group \
195
    "MAC RX" \
196 364 olof
      tb_ethernet.ethmac.mrx_clk_pad_i \
197
      tb_ethernet.ethmac.mrxd_pad_i[3:0]'h \
198
      tb_ethernet.ethmac.mrxdv_pad_i \
199
      tb_ethernet.ethmac.mrxerr_pad_i \
200 291 tadejm
 
201
add group \
202
    "MAC MIIM interface" \
203 364 olof
      tb_ethernet.ethmac.mdc_pad_o \
204
      tb_ethernet.ethmac.md_padoe_o \
205
      tb_ethernet.ethmac.md_pad_o \
206
      tb_ethernet.ethmac.md_pad_i \
207
      tb_ethernet.ethmac.miim1.Busy \
208
      tb_ethernet.ethmac.miim1.LinkFail \
209
      tb_ethernet.ethmac.miim1.Nvalid \
210
      tb_ethernet.ethmac.miim1.CtrlData[15:0]'h \
211
      tb_ethernet.ethmac.miim1.UpdateMIIRX_DATAReg \
212
      tb_ethernet.ethmac.miim1.Prsd[15:0]'h \
213
      tb_ethernet.ethmac.miim1.Divider[7:0]'h \
214 291 tadejm
 
215
add group \
216
    "Test signals" \
217
      tb_ethernet.test_name[799:0]'a \
218 364 olof
      tb_ethernet.ethmac.ethreg1.MIISTATUSOut[31:0]'h \
219
      tb_ethernet.ethmac.miim1.InProgress \
220
      tb_ethernet.ethmac.miim1.InProgress_q1 \
221
      tb_ethernet.ethmac.miim1.InProgress_q2 \
222
      tb_ethernet.ethmac.miim1.InProgress_q3 \
223
      tb_ethernet.ethmac.miim1.shftrg.ShiftReg[7:0]'h \
224 291 tadejm
      tb_ethernet.eth_phy.status_bit6_0[6:0]'h \
225
      tb_ethernet.eth_phy.control_bit8_0[8:0]'h \
226
      tb_ethernet.eth_phy.control_bit9 \
227
      tb_ethernet.eth_phy.control_bit14_10[14:10]'h \
228
      tb_ethernet.eth_phy.control_bit15 \
229
      tb_ethernet.eth_phy.eth_speed \
230
      tb_ethernet.eth_phy.m_rst_n_i \
231
      tb_ethernet.eth_phy.mcoll_o \
232
      tb_ethernet.eth_phy.mcrs_o \
233
      tb_ethernet.eth_phy.md_get_phy_address \
234
      tb_ethernet.eth_phy.md_get_reg_address \
235
      tb_ethernet.eth_phy.md_get_reg_data_in \
236
      tb_ethernet.eth_phy.md_put_reg_data_in \
237
      tb_ethernet.eth_phy.md_put_reg_data_out \
238
      tb_ethernet.eth_phy.reg_data_in[15:0]'h \
239
      tb_ethernet.eth_phy.reg_data_out[15:0]'h \
240
      tb_ethernet.eth_phy.register_bus_in[15:0]'h \
241
      tb_ethernet.eth_phy.register_bus_out[15:0]'h \
242
      tb_ethernet.eth_phy.reg_address[4:0]'h \
243
      tb_ethernet.eth_phy.md_io_output \
244
      tb_ethernet.eth_phy.md_io_enable \
245
      tb_ethernet.eth_phy.md_io \
246
      tb_ethernet.Mdc_O \
247
      tb_ethernet.Mdi_I \
248
      tb_ethernet.Mdio_IO \
249
      tb_ethernet.Mdo_O \
250
      tb_ethernet.Mdo_OE \
251
      tb_ethernet.eth_phy.md_io_enable \
252
      tb_ethernet.eth_phy.md_io_output \
253
      tb_ethernet.eth_phy.md_io_rd_wr \
254
      tb_ethernet.eth_phy.md_io_reg \
255
      tb_ethernet.eth_phy.m_rst_n_i \
256
      tb_ethernet.eth_phy.md_transfer_cnt'd \
257
      tb_ethernet.eth_phy.md_transfer_cnt_reset \
258
      tb_ethernet.eth_phy.mdc_i \
259
      tb_ethernet.eth_phy.mrx_clk_o \
260
      tb_ethernet.eth_phy.mrxd_o[3:0]'h \
261
      tb_ethernet.eth_phy.mrxdv_o \
262
      tb_ethernet.eth_phy.mrxerr_o \
263
      tb_ethernet.eth_phy.mtx_clk_o \
264
      tb_ethernet.eth_phy.mtxd_i[3:0]'h \
265
      tb_ethernet.eth_phy.mtxen_i \
266
      tb_ethernet.eth_phy.mtxerr_i \
267
      tb_ethernet.eth_phy.phy_address[4:0]'h \
268
      tb_ethernet.eth_phy.phy_id1[15:0]'h \
269
      tb_ethernet.eth_phy.phy_id2[15:0]'h \
270
      tb_ethernet.eth_phy.phy_log[31:0]'h \
271
      tb_ethernet.eth_phy.reg_address[4:0]'h \
272
      tb_ethernet.eth_phy.register_bus_in[15:0]'h \
273
      tb_ethernet.eth_phy.register_bus_out[15:0]'h \
274
      tb_ethernet.eth_phy.registers_addr_data_test_operation \
275
      tb_ethernet.eth_phy.rx_link_down_halfperiod \
276
        ( \
277
          minmax 0 93 \
278
        ) \
279
      tb_ethernet.eth_phy.self_clear_d0 \
280
      tb_ethernet.eth_phy.self_clear_d1 \
281
      tb_ethernet.eth_phy.self_clear_d2 \
282
      tb_ethernet.eth_phy.self_clear_d3 \
283
      tb_ethernet.eth_phy.status_bit6_0[6:0]'h \
284
      tb_ethernet.eth_phy.status_bit7 \
285
      tb_ethernet.eth_phy.status_bit8 \
286
      tb_ethernet.eth_phy.status_bit15_9[15:9]'h \
287
 
288
 
289
deselect all
290
open window designbrowser 1 geometry 56 117 855 550
291
open window waveform 1 geometry 10 59 1592 1094
292
zoom at 4981823.979(0)ns 0.00025639 0.00000000

powered by: WebSVN 2.1.0

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