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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. # vsim -voptargs="+acc" -c work.test_task_add_rand -do "set StdArithNoWarnings 1; set NumericStdNoWarnings 1; run -all" -gCHECK_RESULTS=false
  2. # Start time: 08:42:56 on Dec 05,2023
  3. # ** Note: (vsim-3812) Design is being optimized...
  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 1 FSM in architecture body "float_add(mixed)".
  6. # ** Note: (vopt-143) Recognized 2 FSMs in architecture body "add(rtl)".
  7. # ** Note: (vsim-12126) Error and warning message counts have been restored: Errors=0, Warnings=1.
  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.test_hardware_task(body)
  38. # Loading work.test_data_channel_pkg(body)
  39. # Loading std.env(body)
  40. # Loading work.sine_cosine_data
  41. # Loading work.rand_data
  42. # Loading work.add_rand_data
  43. # Loading work.test_task_add_rand(test)#1
  44. # Loading work.task_add(struct)#1
  45. # Loading work.hardware_task_control(rtl)#1
  46. # Loading work.avalon_slave_transitions(rtl)#1
  47. # Loading work.add(rtl)#1
  48. # Loading work.float_add(mixed)#1
  49. # Loading work.data_channel(struct)#1
  50. # Loading work.data_channel_control(rtl)#1
  51. # Loading work.avalon_slave_transitions(rtl)#2
  52. # Loading work.data_sink_mux(rtl)#1
  53. # Loading work.fifo(rtl)#1
  54. # Loading work.data_source_mux(rtl)#1
  55. # set StdArithNoWarnings 1
  56. # 1
  57. # set NumericStdNoWarnings 1
  58. # 1
  59. # run -all
  60. # --------------------------------------------------------------------------------
  61. # Starting test_task_add_rand
  62. # test_configure ... [ OK ]
  63. # test_execute ... [ OK ]
  64. # write_content ... [ OK ]
  65. # End time: 08:42:56 on Dec 05,2023, Elapsed time: 0:00:00
  66. # Errors: 0, Warnings: 1