Home > other >  When rookie help, Vivado HLS C simulation
When rookie help, Vivado HLS C simulation

Time:11-25

Version 2017.4 is used here Vivado
Xilinx FPGA digital signal processing and then use the "authority guidelines - from HDL to the description of the model and C (engineering file)" example
But in C simulation encountered an error when

ERROR: [SIM 211-100] CSim failed with errors.
For how great god solve


Starting simulation C...
E:/Xilinx Vivado/2017.4/bin/vivado_hls. Bat C:/Users/SHHK/Desktop/HLS_FIR solution1/csim. TCL
INFO: [HLS 200-10] Running 'E:/Xilinx/Vivado/2017.4/bin/unwrapped/win64. O/vivado_hls. Exe'
INFO: [HLS 200-10] For user 'SHHK' on the host 'desktop - h4v5n2o (Windows NT_amd64 version 6.2) on the Sat Jun 01 14:55:36 + 0800 2019
INFO: [HLS 200-10] In the directory "C:/Users/SHHK/Desktop '
INFO: [HLS 200-10] Opening project 'C:/Users/SHHK/Desktop/HLS_FIR'.
INFO: [HLS 200-10] Opening solution 'C:/Users/SHHK/Desktop/HLS_FIR/solution1'.
INFO: [SYN 201-201] Setting up clock 'default' with a period of 10 ns.
INFO: [HLS 200-10] Setting a target device to 'xc7a100tcsg324-1
INFO: [SIM 211-2) * * * * * * * * * * * * * * * CSIM start * * * * * * * * * * * * * * *
INFO: [SIM 211-4] CSIM will launch GCC as the compiler.
ERROR: [SIM 211-100] CSim failed with errors.
INFO: [SIM 211-3] * * * * * * * * * * * * * * * CSIM finish * * * * * * * * * * * * * * *
4
While executing
"Source C:/Users/SHHK/Desktop/HLS_FIR solution1/csim. TCL"
Invoked from within
"HLS: : the main C:/Users/SHHK/Desktop/HLS_FIR solution1/csim. TCL"
(" uplevel "body line 1)
Invoked from within
"Uplevel HLS: 1: the main {*} $args"
(procedure "hls_proc" line 5)
Invoked from within
"Hls_proc $argv
"Finished C simulation.

CodePudding user response:

The building Lord will now

CodePudding user response:

INFO: 17-206 [Common] Exiting xsim at Mon Jul 27 21:08:50 2020...
ERROR: [COSIM during 212-303] Aborting co - simulation: RTL simulation failed.
ERROR: [COSIM during 212-344] Rtl simulation failed.
Could not read "D:/Test_example/HLS_project/yolo/yolov2_test/solution1/sim/TV/rtldatafile/sim/report/cosim. Log" : no to the file or directory
While executing
"Source D:/Test_example/HLS_project/yolo/yolov2_test/solution1/cosim. TCL"
Invoked from within
"HLS: : the main D:/Test_example/HLS_project/yolo/yolov2_test/solution1/cosim. TCL"
(" uplevel "body line 1)
Invoked from within
"Uplevel HLS: 1: the main {*} $args"
(procedure "hls_proc" line 5)
Invoked from within
"Hls_proc $argv
"Finished C/RTL cosimulation.
I am also similar,
how do you solve?
  • Related