/modelsim/wave.do

https://code.google.com/p/leros/ · Stata · 46 lines · 46 code · 0 blank · 0 comment · 0 complexity · e1b8b523b7b4280576f094a8d3dcd61e MD5 · raw file

  1. onerror {resume}
  2. quietly WaveActivateNextPane {} 0
  3. add wave -noupdate -radix hexadecimal /tb_leros/cpu/fd/clk
  4. add wave -noupdate -radix hexadecimal /tb_leros/cpu/fd/reset
  5. add wave -noupdate -radix hexadecimal /tb_leros/cpu/fd/din
  6. add wave -noupdate -radix hexadecimal /tb_leros/cpu/fd/dout
  7. add wave -noupdate -radix hexadecimal -expand -subitemconfig {/tb_leros/cpu/fd/imin.rdaddr {-radix hexadecimal} /tb_leros/cpu/fd/imin.wraddr {-radix hexadecimal} /tb_leros/cpu/fd/imin.wrdata {-radix hexadecimal} /tb_leros/cpu/fd/imin.wren {-radix hexadecimal}} /tb_leros/cpu/fd/imin
  8. add wave -noupdate -radix hexadecimal /tb_leros/cpu/fd/imout
  9. add wave -noupdate -radix hexadecimal /tb_leros/cpu/fd/alu_op
  10. add wave -noupdate -radix hexadecimal /tb_leros/cpu/fd/br_op
  11. add wave -noupdate -radix hexadecimal /tb_leros/cpu/fd/pc
  12. add wave -noupdate -radix hexadecimal /tb_leros/cpu/fd/pc_next
  13. add wave -noupdate -radix hexadecimal /tb_leros/cpu/fd/ir
  14. add wave -noupdate -radix hexadecimal /tb_leros/cpu/fd/immr
  15. add wave -noupdate -radix hexadecimal /tb_leros/cpu/fd/decode
  16. add wave -noupdate -radix hexadecimal /tb_leros/cpu/ex/clk
  17. add wave -noupdate -radix hexadecimal /tb_leros/cpu/ex/reset
  18. add wave -noupdate -radix hexadecimal /tb_leros/cpu/ex/din
  19. add wave -noupdate -radix hexadecimal /tb_leros/cpu/ex/dout
  20. add wave -noupdate -radix hexadecimal /tb_leros/cpu/ex/accu
  21. add wave -noupdate -radix hexadecimal /tb_leros/cpu/ex/opd
  22. add wave -noupdate -radix hexadecimal /tb_leros/cpu/ex/log
  23. add wave -noupdate -radix hexadecimal /tb_leros/cpu/ex/arith
  24. add wave -noupdate -radix hexadecimal /tb_leros/cpu/ex/a_mux
  25. add wave -noupdate -radix hexadecimal /tb_leros/cpu/ex/dm
  26. add wave -noupdate -radix hexadecimal /tb_leros/cpu/ex/wrdata
  27. add wave -noupdate -radix hexadecimal /tb_leros/cpu/ex/rddata
  28. add wave -noupdate -radix hexadecimal /tb_leros/cpu/ex/wraddr
  29. add wave -noupdate -radix hexadecimal /tb_leros/cpu/ex/rdaddr
  30. TreeUpdate [SetDefaultTree]
  31. WaveRestoreCursors {{Cursor 1} {0 ps} 0}
  32. configure wave -namecolwidth 195
  33. configure wave -valuecolwidth 40
  34. configure wave -justifyvalue left
  35. configure wave -signalnamewidth 0
  36. configure wave -snapdistance 10
  37. configure wave -datasetprefix 0
  38. configure wave -rowmargin 4
  39. configure wave -childrowmargin 2
  40. configure wave -gridoffset 0
  41. configure wave -gridperiod 1
  42. configure wave -griddelta 40
  43. configure wave -timeline 0
  44. configure wave -timelineunits ps
  45. update
  46. WaveRestoreZoom {0 ps} {107622 ps}