Intel HLS QRD Decomposition Tutorial example not running. https://www.intel.com/content/www/us/en/programmable/support/training/course/ohls7.html
I completed the tutorial found here: https://www.intel.com/content/www/us/en/programmable/support/training/course/ohls7.html
Everything worked fine, except for Part 7. Compilation (make test-fpga) works for me, however when I run the simulation (./test-fpga) the simulation never finishes (I had it running for hours with no results), even though the tutorial guide says it is only supposed to take a few minutes. I have the same problem in an application I am developing. It seems that the simulator might be getting stuck somewhere when the workload is somewhat larger.
Has anyone else encountered that problem? I also wanted to ask if it is possible to view the simulation display signals in ModelSim during the time of execution to see if it gets stuck somewhere, because I don't see .wlf file being created during runtime and I don't know of any other methods to see the stage of simulation.
Thank you in advance.