Forum Discussion
Hello,
I have a quick followup. I tried changing the floating-point precision from double to single on the project that I am working on, and the simulator is working now. However, it gets very slow as the design grows large,
for example by increasing the unrollin factor of my main loop, but I guess this is expected, as the amount of hardware that gets simulated rises exponentially in complexity.
I do not know yet if the single precision is going to be satisfactory for the purpose of my design, so I wanted to ask if anyone else also gets the same behavior with double precision vs single precision. Also, is there any way
of running the simulation on more than one cores?
I will also retry running Part 7 of the tutorial with single precision and see if it works. I will update you once I have the results.
Thanks