VUnit / vunit

VUnit is a unit testing framework for VHDL/SystemVerilog
http://vunit.github.io/
Other
722 stars 260 forks source link

Add ghdl jit coverage support #1007

Closed tgingold closed 6 months ago

tgingold commented 6 months ago

add support for native coverage

Coverage was supported for the gcc backend using gcc coverage (option -fprofile-arcs). With version 4.0, ghdl also supports coverage for the mcode backend (using option --coverage).

This patch handle supports for this new option. It currently uses new options not available in 4.0. But ghdl 4.1 will be released after the vunit changes.

LarsAsplund commented 6 months ago

Thanks @tgingold. Looking forward to GHDL 4.1!