Results 353 comments of Carlos Alberto Ruiz Naranjo

I can tray to do it. What do you think about?: ``` backend.run(args, ,gui=True) ```

- Currently MODEL_TECH is required, even though ModelSim is on the system path. Maybe Edalize could use (as cocotb): ``` from distutils.spawn import find_executable find_executable("vsim") ``` - Yes, it works...

Yes, you are right. I could add the tool path from my Python script.

I have the same problem, any solution?

With this file crash: [in_mod_4096FFT_2paral_12mod_10numFFT.txt](https://github.com/VUnit/vunit/files/2080991/in_mod_4096FFT_2paral_12mod_10numFFT.txt) With this file doesnt crash: [in_mod_4096FFT_2paral_12mod_10numFFT.txt](https://github.com/VUnit/vunit/files/2080984/in_mod_4096FFT_2paral_12mod_10numFFT.txt)

``` GHDL 0.36-dev (v0.35-176-gd313f785) [Dunoon edition] Compiled with GNAT Version: 7.3.0 GCC back-end code generator Written by Tristan Gingold. Copyright (C) 2003 - 2015 Tristan Gingold. GHDL is free software,...

Yes, the same. ``` cruiz@DASPC034:~/repositorio/98410015_MAXHOLD/tb(1-creacion-core)$ python run.py --ide ise --verbose Compiling into maxhold_top_tb_lib: maxhold_top_tb.vhd passed Compile passed Running test: maxhold_top_tb_lib.tb_integer_array_crash.all Running 1 tests Starting maxhold_top_tb_lib.tb_integer_array_crash.all Output file: vunit_out/test_output/maxhold_top_tb_lib.tb_integer_array_crash.all_b61ddf365c91210aa868dc9212d5a2f39d317540/output.txt fail (P=0...

I will back tomorrow to the work, I was compiling GHDL 0.35 :)

I have the same problem. I have done this tests: - In my PC: Ubuntu 18.04 ``` GHDL 0.36-dev (v0.35-176-gd313f785) [Dunoon edition] Compiled with GNAT Version: 7.3.0 GCC back-end code...