wave - 副本.do 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. onerror {resume}
  2. quietly WaveActivateNextPane {} 0
  3. add wave -noupdate -divider tb
  4. add wave -noupdate /tb/ADC_PERIOD
  5. add wave -noupdate /tb/CLK_PERIOD
  6. add wave -noupdate /tb/adc_data
  7. add wave -noupdate /tb/adc_data_next
  8. add wave -noupdate /tb/adc_en
  9. add wave -noupdate /tb/adc_eoc
  10. add wave -noupdate /tb/adc_eoc_dly
  11. add wave -noupdate /tb/adc_restart
  12. add wave -noupdate /tb/adc_run
  13. add wave -noupdate /tb/code
  14. add wave -noupdate /tb/paddr
  15. add wave -noupdate /tb/pclk
  16. add wave -noupdate /tb/penable
  17. add wave -noupdate /tb/prdata
  18. add wave -noupdate /tb/presetn
  19. add wave -noupdate /tb/psel
  20. add wave -noupdate /tb/pwdata
  21. add wave -noupdate /tb/pwrite
  22. add wave -noupdate /tb/ram_wr_addr
  23. add wave -noupdate /tb/ram_wr_data_b
  24. add wave -noupdate /tb/ram_wren_b
  25. add wave -noupdate /tb/tri_val
  26. add wave -noupdate /tb/triangle_phase
  27. add wave -noupdate /tb/triangle_step
  28. add wave -noupdate /tb/trig_auto_timeout
  29. add wave -noupdate /tb/trig_done
  30. add wave -noupdate /tb/trig_edge
  31. add wave -noupdate /tb/trig_mode
  32. add wave -noupdate /tb/trig_pulse_width
  33. add wave -noupdate /tb/trig_threshold
  34. add wave -noupdate /tb/trig_time_slot
  35. add wave -noupdate /tb/trigger_count
  36. add wave -noupdate /tb/trigger_ptr
  37. add wave -noupdate /tb/volt
  38. add wave -noupdate -divider trig_ctrl
  39. add wave -noupdate /tb/uut/ADDR_TRIG_DONE
  40. add wave -noupdate /tb/uut/ADDR_TRIG_PTR
  41. add wave -noupdate /tb/uut/DONE
  42. add wave -noupdate /tb/uut/IDLE
  43. add wave -noupdate /tb/uut/INTERVAL_MIN
  44. add wave -noupdate /tb/uut/POST_TRIG
  45. add wave -noupdate /tb/uut/POST_TRIG_CNT
  46. add wave -noupdate /tb/uut/RAM_DEPTH
  47. add wave -noupdate /tb/uut/SAMPLING
  48. add wave -noupdate /tb/uut/adc_data
  49. add wave -noupdate /tb/uut/adc_data_prev
  50. add wave -noupdate /tb/uut/adc_en
  51. add wave -noupdate /tb/uut/adc_eoc
  52. add wave -noupdate /tb/uut/adc_eoc_ris
  53. add wave -noupdate /tb/uut/adc_eoc_sync1
  54. add wave -noupdate /tb/uut/adc_eoc_sync2
  55. add wave -noupdate /tb/uut/adc_restart
  56. add wave -noupdate /tb/uut/adc_restart_ris
  57. add wave -noupdate /tb/uut/adc_rst_sync1
  58. add wave -noupdate /tb/uut/adc_rst_sync2
  59. add wave -noupdate /tb/uut/adc_rst_sync3
  60. add wave -noupdate /tb/uut/adc_run
  61. add wave -noupdate /tb/uut/addr_diff
  62. add wave -noupdate /tb/uut/apb_data_phase
  63. add wave -noupdate /tb/uut/auto_force_trigger
  64. add wave -noupdate /tb/uut/curr_state
  65. add wave -noupdate /tb/uut/edge_trigger
  66. add wave -noupdate /tb/uut/first_sample_full
  67. add wave -noupdate /tb/uut/last_trig_ptr
  68. add wave -noupdate /tb/uut/next_state
  69. add wave -noupdate /tb/uut/paddr
  70. add wave -noupdate /tb/uut/pclk
  71. add wave -noupdate /tb/uut/penable
  72. add wave -noupdate /tb/uut/post_trig_cnt
  73. add wave -noupdate /tb/uut/prdata
  74. add wave -noupdate /tb/uut/presetn
  75. add wave -noupdate /tb/uut/psel
  76. add wave -noupdate /tb/uut/pwdata
  77. add wave -noupdate /tb/uut/pwrite
  78. add wave -noupdate /tb/uut/ram_wr_addr
  79. add wave -noupdate /tb/uut/ram_wr_data_b
  80. add wave -noupdate /tb/uut/ram_wren_b
  81. add wave -noupdate /tb/uut/sample_cnt
  82. add wave -noupdate /tb/uut/sample_valid
  83. add wave -noupdate /tb/uut/single_shot_lock
  84. add wave -noupdate /tb/uut/trig_auto_timeout
  85. add wave -noupdate /tb/uut/trig_done
  86. add wave -noupdate /tb/uut/trig_edge
  87. add wave -noupdate /tb/uut/trig_hit_comb
  88. add wave -noupdate /tb/uut/trig_hit_comb_reg
  89. add wave -noupdate /tb/uut/trig_interval_ok
  90. add wave -noupdate /tb/uut/trig_mode
  91. add wave -noupdate /tb/uut/trig_pulse_width
  92. add wave -noupdate /tb/uut/trig_threshold
  93. add wave -noupdate /tb/uut/trig_time_slot
  94. add wave -noupdate /tb/uut/trigger_ptr
  95. TreeUpdate [SetDefaultTree]
  96. WaveRestoreCursors {{Cursor 1} {1050 ps} 0}
  97. quietly wave cursor active 1
  98. configure wave -namecolwidth 150
  99. configure wave -valuecolwidth 100
  100. configure wave -justifyvalue left
  101. configure wave -signalnamewidth 0
  102. configure wave -snapdistance 10
  103. configure wave -datasetprefix 0
  104. configure wave -rowmargin 4
  105. configure wave -childrowmargin 2
  106. configure wave -gridoffset 0
  107. configure wave -gridperiod 1
  108. configure wave -griddelta 40
  109. configure wave -timeline 0
  110. configure wave -timelineunits ps
  111. update
  112. WaveRestoreZoom {0 ps} {2709 ps}