harry-commin-enclustra
harry-commin-enclustra
I have also run into this issue. I am seeing different behavior even between simulators from the same vendor (Mentor). Using several different versions of Modelsim (e.g. Modelsim AE 2020.1),...
@LarsAsplund No, I was not able to resolve it and I had to drop GHDL so I could move forward with my project. It's a shame because GHDL is really...
I'm not sure if it is possible to completely disable Questa optimization. As far as I know, the best we can do is what @tasgomes already did in his example:...
@LarsAsplund That seems to work for me. Without the `time.sleep()`, I get at least 1 error on roughly 50% of runs. With `time.sleep(1)`, I only got 1 error out of...
I had a lot of trouble reproducing this fix, so I have attached an updated zip file with the fix included. [questa_bug.zip](https://github.com/VUnit/vunit/files/12447813/questa_bug.zip) My changes were: - Updated VUnit to the...
@Ekopalypse @chcg How does PythonScript determine where my locally installed Python packages are located? I have two versions of Python installed (3.9 and 3.10). PythonScript is running Python 3.10, but...