Facebook
From Stained Anoa, 2 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 198
  1. Starting C simulation ...
  2. C:/Xilinx/Vitis_HLS/2022.2/bin/vitis_hls.bat C:/Users/Alex/Documents/VitisHls/Task_1/solution1/csim.tcl
  3. INFO: [HLS 200-10] Running 'C:/Xilinx/Vitis_HLS/2022.2/bin/unwrapped/win64.o/vitis_hls.exe'
  4. INFO: [HLS 200-10] For user 'Alex' on host 'desktop-8m0u2qg' (Windows NT_amd64 version 6.2) on Wed Nov 16 11:56:03 +0200 2022
  5. INFO: [HLS 200-10] In directory 'C:/Users/Alex/Documents/VitisHls'
  6. Sourcing Tcl script 'C:/Users/Alex/Documents/VitisHls/Task_1/solution1/csim.tcl'
  7. INFO: [HLS 200-1510] Running: source C:/Users/Alex/Documents/VitisHls/Task_1/solution1/csim.tcl
  8. INFO: [HLS 200-1510] Running: open_project Task_1
  9. INFO: [HLS 200-10] Opening project 'C:/Users/Alex/Documents/VitisHls/Task_1'.
  10. INFO: [HLS 200-1510] Running: set_top do_for_hw
  11. INFO: [HLS 200-1510] Running: add_files ../ClionProjects/VitisHls/Task_1/do_for.cpp
  12. INFO: [HLS 200-10] Adding design file '../ClionProjects/VitisHls/Task_1/do_for.cpp' to the project
  13. INFO: [HLS 200-1510] Running: add_files -tb ../ClionProjects/VitisHls/Task_1/do_for_tests.cpp
  14. INFO: [HLS 200-10] Adding test bench file '../ClionProjects/VitisHls/Task_1/do_for_tests.cpp' to the project
  15. INFO: [HLS 200-1510] Running: open_solution solution1 -flow_target vivado
  16. INFO: [HLS 200-10] Opening solution 'C:/Users/Alex/Documents/VitisHls/Task_1/solution1'.
  17. INFO: [SYN 201-201] Setting up clock 'default' with a period of 10ns.
  18. INFO: [HLS 200-1611] Setting target device to 'xc7z020-clg400-1'
  19. INFO: [HLS 200-1505] Using flow_target 'vivado'
  20. Resolution: For help on HLS 200-1505 see www.xilinx.com/cgi-bin/docs/rdoc?v=2022.2;t=hls+guidance;d=200-1505.html
  21. INFO: [HLS 200-1510] Running: set_part xc7z020clg400-1
  22. INFO: [HLS 200-1510] Running: create_clock -period 10 -name default
  23. INFO: [HLS 200-1510] Running: csim_design -quiet
  24. Running Dispatch Server on port: 51673
  25. INFO: [SIM 211-2] *************** CSIM start ***************
  26. INFO: [SIM 211-4] CSIM will launch GCC as the compiler.
  27. make: 'csim.exe' is up to date.
  28. ************************************************************
  29. Running three of the loop in hardware
  30. Final int = 1953125000
  31. ************************************************************
  32. INFO: [SIM 211-1] CSim done with 0 errors.
  33. INFO: [SIM 211-3] *************** CSIM finish ***************
  34. INFO: [HLS 200-111] Finished Command csim_design CPU user time: 0 seconds. CPU system time: 0 seconds. Elapsed time: 3.77 seconds; current allocated memory: 0.203 MB.
  35. INFO: [HLS 200-112] Total CPU user time: 4 seconds. Total CPU system time: 1 seconds. Total elapsed time: 17.677 seconds; peak allocated memory: 574.977 MB.
  36. Finished C simulation.