summaryrefslogtreecommitdiffstats
path: root/lab3/lab.do
diff options
context:
space:
mode:
authorGustav Sörnäs <gustav@sornas.net>2022-02-14 17:18:38 +0100
committerGustav Sörnäs <gustav@sornas.net>2022-02-14 17:18:38 +0100
commit82197955991947fe0872712460bb988b6c2d0ef9 (patch)
tree3c91727a7ac088b197290fbf8486aba77ce8a9cf /lab3/lab.do
parent1ba036ef511af46a19fe81823b6e66bb4e98c45c (diff)
downloadtsea83-82197955991947fe0872712460bb988b6c2d0ef9.tar.gz
add rest of lab3
Diffstat (limited to 'lab3/lab.do')
-rwxr-xr-xlab3/lab.do38
1 files changed, 38 insertions, 0 deletions
diff --git a/lab3/lab.do b/lab3/lab.do
new file mode 100755
index 0000000..d9cfe5a
--- /dev/null
+++ b/lab3/lab.do
@@ -0,0 +1,38 @@
+onerror {resume}
+quietly WaveActivateNextPane {} 0
+add wave -noupdate -divider lab_tb
+add wave -noupdate /lab_tb/clk
+add wave -noupdate /lab_tb/rst
+add wave -noupdate /lab_tb/rx
+add wave -noupdate /lab_tb/seg
+add wave -noupdate /lab_tb/an
+add wave -noupdate /lab_tb/tb_running
+add wave -noupdate /lab_tb/rxs
+add wave -noupdate -divider lab
+add wave -noupdate /lab_tb/uut/clk
+add wave -noupdate /lab_tb/uut/rst
+add wave -noupdate /lab_tb/uut/rx
+add wave -noupdate /lab_tb/uut/rx1
+add wave -noupdate /lab_tb/uut/rx2
+add wave -noupdate /lab_tb/uut/lp
+add wave -noupdate /lab_tb/uut/sp
+add wave -noupdate /lab_tb/uut/sreg
+add wave -noupdate -radix unsigned /lab_tb/uut/pos
+add wave -noupdate -radix hexadecimal /lab_tb/uut/tal
+TreeUpdate [SetDefaultTree]
+WaveRestoreCursors {{Cursor 1} {88676 ns} 0}
+configure wave -namecolwidth 150
+configure wave -valuecolwidth 100
+configure wave -justifyvalue left
+configure wave -signalnamewidth 1
+configure wave -snapdistance 10
+configure wave -datasetprefix 0
+configure wave -rowmargin 4
+configure wave -childrowmargin 2
+configure wave -gridoffset 0
+configure wave -gridperiod 1
+configure wave -griddelta 40
+configure wave -timeline 0
+configure wave -timelineunits us
+update
+WaveRestoreZoom {0 ns} {525 us}