Skip to content

Commit b6e89db

Browse files
committed
instr_mem surfer
1 parent 3dcb13d commit b6e89db

File tree

1 file changed

+308
-0
lines changed

1 file changed

+308
-0
lines changed

src/instr_mem.surfer.*

Lines changed: 308 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,308 @@
1+
(
2+
show_hierarchy: None,
3+
show_menu: None,
4+
show_ticks: None,
5+
show_toolbar: None,
6+
show_tooltip: None,
7+
show_scope_tooltip: None,
8+
show_default_timeline: None,
9+
show_overview: None,
10+
show_statusbar: None,
11+
align_names_right: None,
12+
show_variable_indices: None,
13+
show_variable_direction: None,
14+
show_empty_scopes: None,
15+
show_parameters_in_scopes: None,
16+
highlight_focused: None,
17+
waves: Some((
18+
source: File("src/instr_mem.vcd"),
19+
format: Vcd,
20+
active_scope: Some(WaveScope((
21+
strs: [
22+
"test",
23+
],
24+
))),
25+
items_tree: (
26+
items: [
27+
(
28+
item_ref: (1),
29+
level: 0,
30+
unfolded: true,
31+
selected: false,
32+
),
33+
(
34+
item_ref: (2),
35+
level: 0,
36+
unfolded: true,
37+
selected: false,
38+
),
39+
(
40+
item_ref: (7),
41+
level: 0,
42+
unfolded: true,
43+
selected: false,
44+
),
45+
(
46+
item_ref: (11),
47+
level: 0,
48+
unfolded: true,
49+
selected: false,
50+
),
51+
(
52+
item_ref: (4),
53+
level: 0,
54+
unfolded: true,
55+
selected: false,
56+
),
57+
(
58+
item_ref: (12),
59+
level: 0,
60+
unfolded: true,
61+
selected: false,
62+
),
63+
(
64+
item_ref: (9),
65+
level: 0,
66+
unfolded: true,
67+
selected: false,
68+
),
69+
(
70+
item_ref: (10),
71+
level: 0,
72+
unfolded: true,
73+
selected: false,
74+
),
75+
(
76+
item_ref: (8),
77+
level: 0,
78+
unfolded: true,
79+
selected: false,
80+
),
81+
(
82+
item_ref: (5),
83+
level: 0,
84+
unfolded: true,
85+
selected: false,
86+
),
87+
],
88+
),
89+
displayed_items: {
90+
(9): Variable((
91+
variable_ref: (
92+
path: (
93+
strs: [
94+
"test",
95+
],
96+
),
97+
name: "rs",
98+
),
99+
color: None,
100+
background_color: None,
101+
display_name: "rs [4:0]",
102+
display_name_type: Unique,
103+
manual_name: None,
104+
format: None,
105+
field_formats: [],
106+
)),
107+
(5): Variable((
108+
variable_ref: (
109+
path: (
110+
strs: [
111+
"test",
112+
],
113+
),
114+
name: "imm",
115+
),
116+
color: None,
117+
background_color: None,
118+
display_name: "imm [15:0]",
119+
display_name_type: Unique,
120+
manual_name: None,
121+
format: None,
122+
field_formats: [],
123+
)),
124+
(2): Variable((
125+
variable_ref: (
126+
path: (
127+
strs: [
128+
"test",
129+
],
130+
),
131+
name: "instr",
132+
),
133+
color: None,
134+
background_color: None,
135+
display_name: "instr [31:0]",
136+
display_name_type: Unique,
137+
manual_name: None,
138+
format: Some("Binary"),
139+
field_formats: [],
140+
)),
141+
(7): Variable((
142+
variable_ref: (
143+
path: (
144+
strs: [
145+
"test",
146+
],
147+
),
148+
name: "op",
149+
),
150+
color: None,
151+
background_color: None,
152+
display_name: "op [5:0]",
153+
display_name_type: Unique,
154+
manual_name: None,
155+
format: Some("Binary"),
156+
field_formats: [],
157+
)),
158+
(10): Variable((
159+
variable_ref: (
160+
path: (
161+
strs: [
162+
"test",
163+
],
164+
),
165+
name: "rt",
166+
),
167+
color: None,
168+
background_color: None,
169+
display_name: "rt [4:0]",
170+
display_name_type: Unique,
171+
manual_name: None,
172+
format: None,
173+
field_formats: [],
174+
)),
175+
(12): Variable((
176+
variable_ref: (
177+
path: (
178+
strs: [
179+
"test",
180+
],
181+
),
182+
name: "funct",
183+
),
184+
color: None,
185+
background_color: None,
186+
display_name: "funct [5:0]",
187+
display_name_type: Unique,
188+
manual_name: None,
189+
format: None,
190+
field_formats: [],
191+
)),
192+
(1): Variable((
193+
variable_ref: (
194+
path: (
195+
strs: [
196+
"test",
197+
],
198+
),
199+
name: "addr",
200+
),
201+
color: None,
202+
background_color: None,
203+
display_name: "addr [31:0]",
204+
display_name_type: Unique,
205+
manual_name: None,
206+
format: None,
207+
field_formats: [],
208+
)),
209+
(4): Variable((
210+
variable_ref: (
211+
path: (
212+
strs: [
213+
"test",
214+
],
215+
),
216+
name: "funct",
217+
),
218+
color: None,
219+
background_color: None,
220+
display_name: "funct [5:0]",
221+
display_name_type: Unique,
222+
manual_name: None,
223+
format: Some("Binary"),
224+
field_formats: [],
225+
)),
226+
(8): Variable((
227+
variable_ref: (
228+
path: (
229+
strs: [
230+
"test",
231+
],
232+
),
233+
name: "rd",
234+
),
235+
color: None,
236+
background_color: None,
237+
display_name: "rd [4:0]",
238+
display_name_type: Unique,
239+
manual_name: None,
240+
format: None,
241+
field_formats: [],
242+
)),
243+
(11): Variable((
244+
variable_ref: (
245+
path: (
246+
strs: [
247+
"test",
248+
],
249+
),
250+
name: "op",
251+
),
252+
color: None,
253+
background_color: None,
254+
display_name: "op [5:0]",
255+
display_name_type: Unique,
256+
manual_name: None,
257+
format: None,
258+
field_formats: [],
259+
)),
260+
},
261+
display_item_ref_counter: 12,
262+
viewports: [
263+
(
264+
curr_left: (0.0),
265+
curr_right: (1.0),
266+
target_left: (0.0),
267+
target_right: (1.0),
268+
move_start_left: (0.0),
269+
move_start_right: (1.0),
270+
move_duration: None,
271+
move_strategy: Instant,
272+
),
273+
],
274+
cursor: Some((1, [
275+
1,
276+
])),
277+
markers: {},
278+
focused_item: None,
279+
focused_transaction: (None, None),
280+
default_variable_name_type: Unique,
281+
scroll_offset: 0.0,
282+
display_variable_indices: true,
283+
graphics: {},
284+
)),
285+
drag_started: true,
286+
drag_source_idx: None,
287+
drag_target_idx: None,
288+
previous_waves: None,
289+
count: None,
290+
blacklisted_translators: [],
291+
show_about: false,
292+
show_keys: false,
293+
show_gestures: false,
294+
show_quick_start: false,
295+
show_license: false,
296+
show_performance: false,
297+
show_logs: false,
298+
show_cursor_window: false,
299+
wanted_timeunit: PicoSeconds,
300+
time_string_format: None,
301+
show_url_entry: false,
302+
variable_name_filter_focused: false,
303+
variable_name_filter_type: Fuzzy,
304+
variable_name_filter_case_insensitive: true,
305+
rename_target: None,
306+
sidepanel_width: Some(300.0),
307+
ui_zoom_factor: None,
308+
)

0 commit comments

Comments
 (0)