You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello!
Currently I'm working on the very first project, FIR11 project.
I've done with c simulation and synthesis successfully.
However, cosimulation always fails with error code COSIM [212-4].
Should I set something else to run cosimulation?
Following is the full error and warning message when I run cosimulation on Vitis HLS:
ERROR: [COSIM 212-4] *** C/RTL co-simulation finished: FAIL *** FIR1:solution1 Jul 30, 2021, 3:33:33 AM
WARNING: [Simtcl 6-197] One or more HDL objects could not be logged because of object type or size limitations. To see details
please rerun the command with -verbose (-v).
set designtopgroup [add_wave_group "Design Top Signals"]
set coutputgroup [add_wave_group "C Outputs" -into $designtopgroup]
set return_group [add_wave_group return(wire) -into $coutputgroup]
......
// RTL Simulation : 600 / 600 [100.00%] @ "38510000"
////////////////////////////////////////////////////////////////////////////////////
$finish called at time : 38534 ns : File "/home/centos/src/project_data/aws-fpga/Vitis/intern/FIR1/solution1/sim/verilog/fir.autotb.v"
Line 279
quit FIR1:solution1 Jul 30, 2021, 3:14:52 AM
WARNING: [HLS 200-626] This design is unable to schedule all read ports in the first II cycle. The RTL testbench may treat
the design as non-pipelined FIR1:solution1 Jul 30, 2021, 3:14:26 AM
The text was updated successfully, but these errors were encountered:
Hello!
Currently I'm working on the very first project, FIR11 project.
I've done with c simulation and synthesis successfully.
However, cosimulation always fails with error code COSIM [212-4].
Should I set something else to run cosimulation?
Following is the full error and warning message when I run cosimulation on Vitis HLS:
The text was updated successfully, but these errors were encountered: