| 12345678910111213141516171819202122232425262728 |
- onerror {resume}
- quietly WaveActivateNextPane {} 0
- add wave -noupdate /hard_sigmoid_tb/rst
- add wave -noupdate /hard_sigmoid_tb/clk
- add wave -noupdate -radix float32 /hard_sigmoid_tb/x
- add wave -noupdate -radix float32 /hard_sigmoid_tb/y
- add wave -noupdate /hard_sigmoid_tb/left/stb
- add wave -noupdate /hard_sigmoid_tb/left/ack
- add wave -noupdate /hard_sigmoid_tb/right/stb
- add wave -noupdate /hard_sigmoid_tb/right/ack
- TreeUpdate [SetDefaultTree]
- WaveRestoreCursors {{Cursor 1} {46937 ps} 0}
- quietly wave cursor active 1
- configure wave -namecolwidth 294
- configure wave -valuecolwidth 88
- configure wave -justifyvalue left
- configure wave -signalnamewidth 0
- 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 ns
- update
- WaveRestoreZoom {1087134 ps} {1087351 ps}
|