Lösung des ESY6/A Praktikums "signal_processing".
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.

transcript 6.0KB

1 week ago
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. # vsim -voptargs="+acc" -c work.test_task_fft -do "set StdArithNoWarnings 1; set NumericStdNoWarnings 1; run -all" -gCHECK_RESULTS=false
  2. # Start time: 10:33:06 on Dec 18,2024
  3. # ** Note: (vsim-3813) Design is being optimized due to module recompilation...
  4. # ** Warning: (vopt-10587) Some optimizations are turned off because the +acc switch is in effect. This will cause your simulation to run slowly. Please use -access/-debug to maintain needed visibility.
  5. # ** Warning: (vopt-3040) Command line generic/parameter "CHECK_RESULTS" not found in design.
  6. # ** Note: (vopt-143) Recognized 2 FSMs in architecture body "fft(rtl)".
  7. # ** Note: (vsim-12126) Error and warning message counts have been restored: Errors=0, Warnings=2.
  8. # // Questa Sim-64
  9. # // Version 2023.2 linux_x86_64 Apr 11 2023
  10. # //
  11. # // Copyright 1991-2023 Mentor Graphics Corporation
  12. # // All Rights Reserved.
  13. # //
  14. # // QuestaSim and its associated documentation contain trade
  15. # // secrets and commercial or financial information that are the property of
  16. # // Mentor Graphics Corporation and are privileged, confidential,
  17. # // and exempt from disclosure under the Freedom of Information Act,
  18. # // 5 U.S.C. Section 552. Furthermore, this information
  19. # // is prohibited from disclosure under the Trade Secrets Act,
  20. # // 18 U.S.C. Section 1905.
  21. # //
  22. # Loading std.standard
  23. # Loading std.textio(body)
  24. # Loading ieee.std_logic_1164(body)
  25. # Loading ieee.numeric_std(body)
  26. # Loading ieee.fixed_float_types
  27. # Loading ieee.math_real(body)
  28. # Loading ieee.fixed_generic_pkg(body)
  29. # Loading ieee.float_generic_pkg(body)
  30. # Loading ieee.fixed_pkg
  31. # Loading ieee.float_pkg
  32. # Loading work.reg32(body)
  33. # Loading work.avalon_slave
  34. # Loading work.test_utility(body)
  35. # Loading work.test_avalon_slave(body)
  36. # Loading work.task(body)
  37. # Loading work.fft_data
  38. # Loading work.test_hardware_task(body)
  39. # Loading std.env(body)
  40. # Loading work.test_task_fft(test)#1
  41. # Loading work.float(body)
  42. # Loading work.task_fft(struct)#1
  43. # Loading work.hardware_task_control(rtl)#1
  44. # Loading work.avalon_slave_transitions(rtl)#1
  45. # Loading work.fft(rtl)#1
  46. # Loading work.FFTMAIN(fast)
  47. # Loading work.SdfUnit(fast)
  48. # Loading work.Butterfly(fast)
  49. # Loading work.DelayBuffer(fast)
  50. # Loading work.Butterfly(fast__1)
  51. # Loading work.DelayBuffer(fast__1)
  52. # Loading work.Twiddle(fast)
  53. # Loading work.Multiply(fast)
  54. # Loading work.SdfUnit(fast__1)
  55. # Loading work.DelayBuffer(fast__2)
  56. # Loading work.DelayBuffer(fast__3)
  57. # Loading work.SdfUnit(fast__2)
  58. # Loading work.DelayBuffer(fast__4)
  59. # Loading work.DelayBuffer(fast__5)
  60. # Loading work.SdfUnit(fast__3)
  61. # Loading work.DelayBuffer(fast__6)
  62. # Loading work.DelayBuffer(fast__7)
  63. # Loading work.SdfUnit(fast__4)
  64. # Loading work.DelayBuffer(fast__8)
  65. # Loading work.DelayBuffer(fast__9)
  66. # Loading work.fft_magnitude_calc(rtl)#1
  67. # Loading work.squareroot_pipe(squareroot_pipe_rtl)#1
  68. # set StdArithNoWarnings 1
  69. # 1
  70. # set NumericStdNoWarnings 1
  71. # 1
  72. # run -all
  73. # --------------------------------------------------------------------------------
  74. # Starting test_task_fft
  75. # test_configure ... [ OK ]
  76. # test_execute ... [ OK ]
  77. # Finished test_task_fft
  78. # --------------------------------------------------------------------------------
  79. # End time: 10:33:07 on Dec 18,2024, Elapsed time: 0:00:01
  80. # Errors: 0, Warnings: 2
  81. ���������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������# End time: 10:35:57 on Dec 18,2024, Elapsed time: 0:05:08
  82. # Errors: 0, Warnings: 3