Skip to content

Commit 754108c

Browse files
committed
GTKWave save file
1 parent af515aa commit 754108c

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

sim/ltc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build:
66
verilator -Irtl/ -cc top.v --exe main.cpp -o $(name) --trace
77
make -C ./obj_dir -f Vtop.mk
88
./obj_dir/$(name)
9-
gtkwave --autosavename ./obj_dir/trace.vcd
9+
gtkwave --save=trace.gtkw obj_dir/trace.vcd
1010

1111
clean:
1212
rm -rf obj_dir

sim/ltc/trace.gtkw

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
[*]
2+
[*] GTKWave Analyzer v3.3.111 (w)1999-2020 BSI
3+
[*] Sun Oct 2 07:43:23 2022
4+
[*]
5+
[dumpfile] "obj_dir/trace.vcd"
6+
[dumpfile_mtime] "Sun Oct 2 07:41:37 2022"
7+
[dumpfile_size] 216343743
8+
[savefile] "../trace.gtkw"
9+
[timestart] 0
10+
[size] 1920 1007
11+
[pos] -461 -204
12+
*-33.950489 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1
13+
[treeopen] TOP.
14+
[treeopen] TOP.top.
15+
[treeopen] TOP.top.ltc_encoder.
16+
[sst_width] 212
17+
[signals_width] 148
18+
[sst_expanded] 1
19+
[sst_vpaned_height] 285
20+
@28
21+
TOP.top.clk
22+
TOP.top.reset_n
23+
TOP.top.ltc_encoder.clk_ltc
24+
TOP.top.ltc_encoder.syncing
25+
TOP.top.ltc_encoder.tick
26+
TOP.top.ltc
27+
@24
28+
[color] 5
29+
TOP.top.ltc_encoder.pointer[6:0]
30+
[pattern_trace] 1
31+
[pattern_trace] 0

0 commit comments

Comments
 (0)