wave_hard_sigmoid_tb.do 976 B

12345678910111213141516171819202122232425262728
  1. onerror {resume}
  2. quietly WaveActivateNextPane {} 0
  3. add wave -noupdate /hard_sigmoid_tb/rst
  4. add wave -noupdate /hard_sigmoid_tb/clk
  5. add wave -noupdate -radix float32 /hard_sigmoid_tb/x
  6. add wave -noupdate -radix float32 /hard_sigmoid_tb/y
  7. add wave -noupdate /hard_sigmoid_tb/left/stb
  8. add wave -noupdate /hard_sigmoid_tb/left/ack
  9. add wave -noupdate /hard_sigmoid_tb/right/stb
  10. add wave -noupdate /hard_sigmoid_tb/right/ack
  11. TreeUpdate [SetDefaultTree]
  12. WaveRestoreCursors {{Cursor 1} {46937 ps} 0}
  13. quietly wave cursor active 1
  14. configure wave -namecolwidth 294
  15. configure wave -valuecolwidth 88
  16. configure wave -justifyvalue left
  17. configure wave -signalnamewidth 0
  18. configure wave -snapdistance 10
  19. configure wave -datasetprefix 0
  20. configure wave -rowmargin 4
  21. configure wave -childrowmargin 2
  22. configure wave -gridoffset 0
  23. configure wave -gridperiod 1
  24. configure wave -griddelta 40
  25. configure wave -timeline 0
  26. configure wave -timelineunits ns
  27. update
  28. WaveRestoreZoom {1087134 ps} {1087351 ps}