You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

wave.do 1.2KB

12345678910111213141516171819202122232425262728293031
  1. onerror {resume}
  2. quietly WaveActivateNextPane {} 0
  3. add wave -noupdate -radix binary /top_tb/stim_dip_if/dip
  4. add wave -noupdate -radix binary /top_tb/t1/fpga_bus/dip
  5. add wave -noupdate -radix binary /top_tb/stim_clock_if/clk
  6. add wave -noupdate -radix binary /top_tb/t1/fpga_bus/clk
  7. add wave -noupdate -radix binary /top_tb/t1/fpga_bus/timer
  8. add wave -noupdate -radix binary /top_tb/t1/s/FRAM_Adr
  9. add wave -noupdate -radix binary /top_tb/t1/s/clk_cntr
  10. add wave -noupdate -radix binary /top_tb/t1/s/FRAM_DATA_IN
  11. add wave -noupdate -radix binary /top_tb/t1/s/FRAM_DATA_OUT
  12. add wave -noupdate -radix binary /top_tb/t1/f/mosi
  13. add wave -noupdate -radix binary /top_tb/t1/f/sclk
  14. TreeUpdate [SetDefaultTree]
  15. WaveRestoreCursors {{Cursor 1} {0 ns} 0}
  16. quietly wave cursor active 0
  17. configure wave -namecolwidth 150
  18. configure wave -valuecolwidth 100
  19. configure wave -justifyvalue left
  20. configure wave -signalnamewidth 0
  21. configure wave -snapdistance 10
  22. configure wave -datasetprefix 0
  23. configure wave -rowmargin 4
  24. configure wave -childrowmargin 2
  25. configure wave -gridoffset 0
  26. configure wave -gridperiod 1
  27. configure wave -griddelta 40
  28. configure wave -timeline 0
  29. configure wave -timelineunits ns
  30. update
  31. WaveRestoreZoom {50 ns} {1050 ns}