transcript 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199
  1. # Reading C:/modeltech64_10.5/tcl/vsim/pref.tcl
  2. # A bookmarks file was found in the current directory with 1 bookmark
  3. # // ModelSim SE-64 10.5 Feb 13 2016
  4. # //
  5. # // Copyright 1991-2016 Mentor Graphics Corporation
  6. # // All Rights Reserved.
  7. # //
  8. # // ModelSim SE-64 and its associated documentation contain trade
  9. # // secrets and commercial or financial information that are the property of
  10. # // Mentor Graphics Corporation and are privileged, confidential,
  11. # // and exempt from disclosure under the Freedom of Information Act,
  12. # // 5 U.S.C. Section 552. Furthermore, this information
  13. # // is prohibited from disclosure under the Trade Secrets Act,
  14. # // 18 U.S.C. Section 1905.
  15. # //
  16. do run.do
  17. # ** Warning: (vlib-34) Library already exists at "work".
  18. # Model Technology ModelSim SE-64 vlog 10.5 Compiler 2016.02 Feb 13 2016
  19. # Start time: 15:01:39 on Apr 22,2026
  20. # vlog -reportprogress 300 -sv -f tb.f
  21. # -- Compiling module tb
  22. # -- Compiling module trig_ctrl
  23. # ** Error: ../logic/trig_ctrl.v(156): (vlog-2730) Undefined variable: 'trig_hit_comb'.
  24. # End time: 15:01:39 on Apr 22,2026, Elapsed time: 0:00:00
  25. # Errors: 1, Warnings: 0
  26. # ** Error: C:/modeltech64_10.5/win64/vlog failed.
  27. # Error in macro ./run.do line 3
  28. # C:/modeltech64_10.5/win64/vlog failed.
  29. # while executing
  30. # "vlog -sv -f tb.f"
  31. do run.do
  32. # ** Warning: (vlib-34) Library already exists at "work".
  33. # Model Technology ModelSim SE-64 vlog 10.5 Compiler 2016.02 Feb 13 2016
  34. # Start time: 15:02:32 on Apr 22,2026
  35. # vlog -reportprogress 300 -sv -f tb.f
  36. # -- Compiling module tb
  37. # -- Compiling module trig_ctrl
  38. #
  39. # Top level modules:
  40. # tb
  41. # End time: 15:02:32 on Apr 22,2026, Elapsed time: 0:00:00
  42. # Errors: 0, Warnings: 0
  43. # vsim -voptargs="+acc" work.tb
  44. # Start time: 15:02:32 on Apr 22,2026
  45. # ** Note: (vsim-3813) Design is being optimized due to module recompilation...
  46. # ** Note: (vopt-143) Recognized 1 FSM in module "trig_ctrl(fast)".
  47. # Loading sv_std.std
  48. # Loading work.tb(fast)
  49. # Loading work.trig_ctrl(fast)
  50. # A bookmarks file was found in the current directory with 1 bookmark
  51. # ** Warning: (vsim-WLF-5000) WLF file currently in use: vsim.wlf
  52. # File in use by: zzz17 Hostname: DESKTOP-CBFDJ0B ProcessID: 27876
  53. # Attempting to use alternate WLF file "./wlftvxn8b9".
  54. # ** Warning: (vsim-WLF-5001) Could not open WLF file: vsim.wlf
  55. # Using alternate file: ./wlftvxn8b9
  56. # Bookmark(s) were restored for window "Wave"
  57. # .main_pane.wave.interior.cs.body.pw.wf
  58. # No bookmark changes exist in window "Wave"
  59. # ** Error: (vish-4014) No objects found matching '/tb/uut/last_end_addr'.
  60. # Error in macro ./wave.do line 73
  61. # (vish-4014) No objects found matching '/tb/uut/last_end_addr'.
  62. # while executing
  63. # "add wave -noupdate /tb/uut/ADDR_TRIG_DONE"
  64. do run.do
  65. # ** Warning: (vlib-34) Library already exists at "work".
  66. # Model Technology ModelSim SE-64 vlog 10.5 Compiler 2016.02 Feb 13 2016
  67. # Start time: 15:06:08 on Apr 22,2026
  68. # vlog -reportprogress 300 -sv -f tb.f
  69. # -- Compiling module tb
  70. # -- Compiling module trig_ctrl
  71. #
  72. # Top level modules:
  73. # tb
  74. # End time: 15:06:08 on Apr 22,2026, Elapsed time: 0:00:00
  75. # Errors: 0, Warnings: 0
  76. # End time: 15:06:11 on Apr 22,2026, Elapsed time: 0:03:39
  77. # Errors: 3, Warnings: 2
  78. # vsim -voptargs="+acc" work.tb
  79. # Start time: 15:06:11 on Apr 22,2026
  80. # ** Note: (vsim-3813) Design is being optimized due to module recompilation...
  81. # ** Note: (vopt-143) Recognized 1 FSM in module "trig_ctrl(fast)".
  82. # Loading sv_std.std
  83. # Loading work.tb(fast)
  84. # Loading work.trig_ctrl(fast)
  85. # A bookmarks file was found in the current directory with 1 bookmark
  86. # ** Warning: (vsim-WLF-5000) WLF file currently in use: vsim.wlf
  87. # File in use by: zzz17 Hostname: DESKTOP-CBFDJ0B ProcessID: 27876
  88. # Attempting to use alternate WLF file "./wlftww0i2y".
  89. # ** Warning: (vsim-WLF-5001) Could not open WLF file: vsim.wlf
  90. # Using alternate file: ./wlftww0i2y
  91. # Bookmark(s) were restored for window "Wave"
  92. # .main_pane.wave.interior.cs.body.pw.wf
  93. # No bookmark changes exist in window "Wave"
  94. # ========================================
  95. # Auto Mode Test - Waiting for triggers
  96. # ========================================
  97. do run.do
  98. # ** Warning: (vlib-34) Library already exists at "work".
  99. # Model Technology ModelSim SE-64 vlog 10.5 Compiler 2016.02 Feb 13 2016
  100. # Start time: 15:09:33 on Apr 22,2026
  101. # vlog -reportprogress 300 -sv -f tb.f
  102. # -- Compiling module tb
  103. # -- Compiling module trig_ctrl
  104. #
  105. # Top level modules:
  106. # tb
  107. # End time: 15:09:33 on Apr 22,2026, Elapsed time: 0:00:00
  108. # Errors: 0, Warnings: 0
  109. # End time: 15:09:34 on Apr 22,2026, Elapsed time: 0:03:23
  110. # Errors: 0, Warnings: 2
  111. # vsim -voptargs="+acc" work.tb
  112. # Start time: 15:09:34 on Apr 22,2026
  113. # ** Note: (vsim-3813) Design is being optimized due to module recompilation...
  114. # ** Note: (vopt-143) Recognized 1 FSM in module "trig_ctrl(fast)".
  115. # Loading sv_std.std
  116. # Loading work.tb(fast)
  117. # Loading work.trig_ctrl(fast)
  118. # A bookmarks file was found in the current directory with 1 bookmark
  119. # ** Warning: (vsim-WLF-5000) WLF file currently in use: vsim.wlf
  120. # File in use by: zzz17 Hostname: DESKTOP-CBFDJ0B ProcessID: 27876
  121. # Attempting to use alternate WLF file "./wlftkcx3t6".
  122. # ** Warning: (vsim-WLF-5001) Could not open WLF file: vsim.wlf
  123. # Using alternate file: ./wlftkcx3t6
  124. # Bookmark(s) were restored for window "Wave"
  125. # .main_pane.wave.interior.cs.body.pw.wf
  126. # No bookmark changes exist in window "Wave"
  127. # ========================================
  128. # Auto Mode Test - Waiting for triggers
  129. # ========================================
  130. # [2559044000] *** Trigger #1 occurred! trigger_ptr = 1023, ram_wr_addr = 511
  131. # [2560197000] Restart issued, waiting for next trigger...
  132. # [3583042000] *** Trigger #2 occurred! trigger_ptr = 1022, ram_wr_addr = 510
  133. # [3584196000] Restart issued, waiting for next trigger...
  134. # [4607040000] *** Trigger #3 occurred! trigger_ptr = 1021, ram_wr_addr = 509
  135. # [4608194000] Restart issued, waiting for next trigger...
  136. # [5631038000] *** Trigger #4 occurred! trigger_ptr = 1020, ram_wr_addr = 508
  137. # [5632192000] Restart issued, waiting for next trigger...
  138. # [6655046000] *** Trigger #5 occurred! trigger_ptr = 1019, ram_wr_addr = 507
  139. # [6656200000] Restart issued, waiting for next trigger...
  140. # [6656200000] Two triggers observed. Test finished.
  141. # ** Note: $stop : trig_ctrl_tb.v(196)
  142. # Time: 6666200008 ps Iteration: 0 Instance: /tb
  143. # Break in Module tb at trig_ctrl_tb.v line 196
  144. do run.do
  145. # ** Warning: (vlib-34) Library already exists at "work".
  146. # Model Technology ModelSim SE-64 vlog 10.5 Compiler 2016.02 Feb 13 2016
  147. # Start time: 15:09:44 on Apr 22,2026
  148. # vlog -reportprogress 300 -sv -f tb.f
  149. # -- Compiling module tb
  150. # -- Compiling module trig_ctrl
  151. #
  152. # Top level modules:
  153. # tb
  154. # End time: 15:09:44 on Apr 22,2026, Elapsed time: 0:00:00
  155. # Errors: 0, Warnings: 0
  156. # End time: 15:09:45 on Apr 22,2026, Elapsed time: 0:00:11
  157. # Errors: 0, Warnings: 2
  158. # vsim -voptargs="+acc" work.tb
  159. # Start time: 15:09:45 on Apr 22,2026
  160. # ** Note: (vsim-8009) Loading existing optimized design _opt1
  161. # Loading sv_std.std
  162. # Loading work.tb(fast)
  163. # Loading work.trig_ctrl(fast)
  164. # A bookmarks file was found in the current directory with 1 bookmark
  165. # ** Warning: (vsim-WLF-5000) WLF file currently in use: vsim.wlf
  166. # File in use by: zzz17 Hostname: DESKTOP-CBFDJ0B ProcessID: 27876
  167. # Attempting to use alternate WLF file "./wlftf7qe52".
  168. # ** Warning: (vsim-WLF-5001) Could not open WLF file: vsim.wlf
  169. # Using alternate file: ./wlftf7qe52
  170. # Bookmark(s) were restored for window "Wave"
  171. # .main_pane.wave.interior.cs.body.pw.wf
  172. # No bookmark changes exist in window "Wave"
  173. # ========================================
  174. # Auto Mode Test - Waiting for triggers
  175. # ========================================
  176. # [2559044000] *** Trigger #1 occurred! trigger_ptr = 1023, ram_wr_addr = 511
  177. # [2560197000] Restart issued, waiting for next trigger...
  178. # [3583042000] *** Trigger #2 occurred! trigger_ptr = 1022, ram_wr_addr = 510
  179. # [3584196000] Restart issued, waiting for next trigger...
  180. # [4607040000] *** Trigger #3 occurred! trigger_ptr = 1021, ram_wr_addr = 509
  181. # [4608194000] Restart issued, waiting for next trigger...
  182. # [5631038000] *** Trigger #4 occurred! trigger_ptr = 1020, ram_wr_addr = 508
  183. # [5632192000] Restart issued, waiting for next trigger...
  184. # [6655046000] *** Trigger #5 occurred! trigger_ptr = 1019, ram_wr_addr = 507
  185. # [6656200000] Restart issued, waiting for next trigger...
  186. # [6656200000] Two triggers observed. Test finished.
  187. # ** Note: $stop : trig_ctrl_tb.v(196)
  188. # Time: 6666200008 ps Iteration: 0 Instance: /tb
  189. # Break in Module tb at trig_ctrl_tb.v line 196