Studentenversion 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 2.7KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. # vsim -voptargs="+acc" -c work.test_task_add_sine_cosine -do "set StdArithNoWarnings 1; set NumericStdNoWarnings 1; run -all" -gCHECK_RESULTS=false
  2. # Start time: 08:40:25 on Dec 05,2023
  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. # ** Note: (vopt-143) Recognized 2 FSMs in architecture body "add(rtl)".
  6. # ** Note: (vsim-12126) Error and warning message counts have been restored: Errors=0, Warnings=1.
  7. # // Questa Sim-64
  8. # // Version 2023.2 linux_x86_64 Apr 11 2023
  9. # //
  10. # // Copyright 1991-2023 Mentor Graphics Corporation
  11. # // All Rights Reserved.
  12. # //
  13. # // QuestaSim and its associated documentation contain trade
  14. # // secrets and commercial or financial information that are the property of
  15. # // Mentor Graphics Corporation and are privileged, confidential,
  16. # // and exempt from disclosure under the Freedom of Information Act,
  17. # // 5 U.S.C. Section 552. Furthermore, this information
  18. # // is prohibited from disclosure under the Trade Secrets Act,
  19. # // 18 U.S.C. Section 1905.
  20. # //
  21. # Loading std.standard
  22. # Loading std.textio(body)
  23. # Loading ieee.std_logic_1164(body)
  24. # Loading ieee.numeric_std(body)
  25. # Loading ieee.fixed_float_types
  26. # Loading ieee.math_real(body)
  27. # Loading ieee.fixed_generic_pkg(body)
  28. # Loading ieee.float_generic_pkg(body)
  29. # Loading ieee.fixed_pkg
  30. # Loading ieee.float_pkg
  31. # Loading work.reg32(body)
  32. # Loading work.avalon_slave
  33. # Loading work.test_utility(body)
  34. # Loading work.test_avalon_slave(body)
  35. # Loading work.task(body)
  36. # Loading work.sine_data
  37. # Loading work.test_hardware_task(body)
  38. # Loading work.test_data_channel_pkg(body)
  39. # Loading std.env(body)
  40. # Loading work.cosine_data
  41. # Loading work.sine_cosine_data
  42. # Loading work.test_task_add_sine_cosine(test)#1
  43. # Loading work.task_add(struct)#1
  44. # Loading work.hardware_task_control(rtl)#1
  45. # Loading work.avalon_slave_transitions(rtl)#1
  46. # Loading work.add(rtl)#1
  47. # Loading work.float_add(mixed)#1
  48. # Loading work.data_channel(struct)#1
  49. # Loading work.data_channel_control(rtl)#1
  50. # Loading work.avalon_slave_transitions(rtl)#2
  51. # Loading work.data_sink_mux(rtl)#1
  52. # Loading work.fifo(rtl)#1
  53. # Loading work.data_source_mux(rtl)#1
  54. # set StdArithNoWarnings 1
  55. # 1
  56. # set NumericStdNoWarnings 1
  57. # 1
  58. # run -all
  59. # --------------------------------------------------------------------------------
  60. # Starting test_task_add_sine_cosine
  61. # test_configure ... [ OK ]
  62. # test_execute ... [ OK ]
  63. # write_content ... [ OK ]
  64. # End time: 08:40:26 on Dec 05,2023, Elapsed time: 0:00:01
  65. # Errors: 0, Warnings: 1