VUnit/vunit

GHDL mcode regex not detecting properly

avivi55 opened this issue · 0 comments

This is the output of the terminal when running run.py

===========================================================================
  ERROR - Could not detect known LLVM backend by parsing 'ghdl --version'
Expected to find one of dict_keys(['mcode code generator', 'llvm (\\d+\\.\\d+\\.\\d+ )?code generator', 'GCC (back-end|\\d+\\.\\d+\\.\\d+) code generator'])
== Output of 'ghdl --version'============================================================
GHDL 5.0.0-dev (4.1.0.r7.g98e90ffe8) [Dunoon edition]
 Compiled with GNAT Version: 13.2.1 20230801
 static elaboration, mcode JIT code generator
Written by Tristan Gingold.

Copyright (C) 2003 - 2024 Tristan Gingold.
GHDL is free software, covered by the GNU General Public License.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

=========================================================================================

the mcode JIT code generator is different than 'mcode code generator' in the regex.