wave.do 1.2 KB

123456789101112131415161718192021222324252627282930313233
  1. onerror {resume}
  2. quietly WaveActivateNextPane {} 0
  3. add wave -noupdate /tb/regfile_inst/clk
  4. add wave -noupdate /tb/regfile_inst/res_n
  5. add wave -noupdate -divider Input
  6. add wave -noupdate -radix unsigned /tb/regfile_inst/rdaddr1
  7. add wave -noupdate -radix unsigned /tb/regfile_inst/rdaddr2
  8. add wave -noupdate /tb/regfile_inst/regwrite
  9. add wave -noupdate /tb/regfile_inst/stall
  10. add wave -noupdate -radix unsigned /tb/regfile_inst/wraddr
  11. add wave -noupdate -radix hexadecimal /tb/regfile_inst/wrdata
  12. add wave -noupdate -divider Output
  13. add wave -noupdate -radix hexadecimal /tb/regfile_inst/rddata1
  14. add wave -noupdate -radix hexadecimal /tb/regfile_inst/rddata2
  15. TreeUpdate [SetDefaultTree]
  16. WaveRestoreCursors {{Cursor 1} {0 ps} 0}
  17. quietly wave cursor active 0
  18. configure wave -namecolwidth 150
  19. configure wave -valuecolwidth 100
  20. configure wave -justifyvalue left
  21. configure wave -signalnamewidth 1
  22. configure wave -snapdistance 10
  23. configure wave -datasetprefix 0
  24. configure wave -rowmargin 4
  25. configure wave -childrowmargin 2
  26. configure wave -gridoffset 0
  27. configure wave -gridperiod 1
  28. configure wave -griddelta 40
  29. configure wave -timeline 0
  30. configure wave -timelineunits ns
  31. update
  32. WaveRestoreZoom {0 ps} {5250 ns}