wave_floating_tb.do 1.1 KB

12345678910111213141516171819202122232425262728
  1. onerror {resume}
  2. quietly WaveActivateNextPane {} 0
  3. add wave -noupdate -label CLK /floating_tb/clk
  4. add wave -noupdate -label RESET /floating_tb/reset
  5. add wave -noupdate -label {INPUT A} -radix hexadecimal /floating_tb/input_a
  6. add wave -noupdate -label {INPUT B} -radix hexadecimal /floating_tb/input_b
  7. add wave -noupdate -label ADD -radix hexadecimal /floating_tb/result_add
  8. add wave -noupdate -label {ADD expected} -radix hexadecimal /floating_tb/expected_add
  9. add wave -noupdate -label MULT -radix hexadecimal /floating_tb/result_mult
  10. add wave -noupdate -label {MULT expected} -radix hexadecimal /floating_tb/expected_mult
  11. TreeUpdate [SetDefaultTree]
  12. WaveRestoreCursors {{Cursor 1} {81 ps} 0}
  13. quietly wave cursor active 1
  14. configure wave -namecolwidth 150
  15. configure wave -valuecolwidth 100
  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 {0 ps} {124 ps}