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.5KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. # // Questa Sim-64
  2. # // Version 2023.2 linux_x86_64 Apr 11 2023
  3. # //
  4. # // Copyright 1991-2023 Mentor Graphics Corporation
  5. # // All Rights Reserved.
  6. # //
  7. # // QuestaSim and its associated documentation contain trade
  8. # // secrets and commercial or financial information that are the property of
  9. # // Mentor Graphics Corporation and are privileged, confidential,
  10. # // and exempt from disclosure under the Freedom of Information Act,
  11. # // 5 U.S.C. Section 552. Furthermore, this information
  12. # // is prohibited from disclosure under the Trade Secrets Act,
  13. # // 18 U.S.C. Section 1905.
  14. # //
  15. # vsim -voptargs="+acc" work.test_task_crc -do "do vsim.wave; set StdArithNoWarnings 1; set NumericStdNoWarnings 1; run -all" -gGUI_MODE=true -gCHECK_RESULTS=true
  16. # Start time: 09:14:29 on Dec 18,2024
  17. # ** Note: (vsim-3813) Design is being optimized due to module recompilation...
  18. # ** 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.
  19. # ** Warning: (vopt-3040) Command line generic/parameter "GUI_MODE" not found in design.
  20. # ** Note: (vopt-143) Recognized 2 FSMs in architecture body "crc(rtl)".
  21. # ** Note: (vsim-12126) Error and warning message counts have been restored: Errors=0, Warnings=2.
  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.crc_data
  38. # Loading work.fft_data
  39. # Loading work.test_hardware_task(body)
  40. # Loading work.test_data_channel_pkg(body)
  41. # Loading std.env(body)
  42. # Loading work.test_task_crc(test)#1
  43. # Loading work.task_crc(struct)#1
  44. # Loading work.hardware_task_control(rtl)#1
  45. # Loading work.avalon_slave_transitions(rtl)#1
  46. # Loading work.crc(rtl)#1
  47. # Loading work.data_channel(struct)#1
  48. # Loading work.data_channel_control(rtl)#1
  49. # Loading work.avalon_slave_transitions(rtl)#2
  50. # Loading work.data_sink_mux(rtl)#1
  51. # Loading work.fifo(rtl)#1
  52. # Loading work.data_source_mux(rtl)#1
  53. # do vsim.wave
  54. # set StdArithNoWarnings 1
  55. # 1
  56. # set NumericStdNoWarnings 1
  57. # 1
  58. # run -all
  59. # test_execute ... [ OK ]
  60. # test_crc_value ... [ OK ]
  61. # 1
  62. # Break in Process stimulus at test_task_crc.vhd line 131