12-28-2014 11:40 PM
In C compile, the expression below can get right result. But after C Synthesis, the simulation of the "res" get wrong result.Anybody meet the same problem?
res = (exptmp.len >= lenmin && exptmp.len <= lenmax && da2 <= 6);
01-04-2015 03:16 PM
After synthesis in Vivado HLS, run C/RTL Co-simulation where you will use the same C Test bench to check the functionality of the generated RTL. This is one of the main advantages of Vivado HLS and I will recommend you to check the functional correctness using this
12-30-2014 06:38 PM
Did you run C/RTL Co-simulation? Please ensure the co-sim passes.
01-04-2015 03:16 PM
After synthesis in Vivado HLS, run C/RTL Co-simulation where you will use the same C Test bench to check the functionality of the generated RTL. This is one of the main advantages of Vivado HLS and I will recommend you to check the functional correctness using this
01-05-2015 01:12 AM