mirror of
https://github.com/YosysHQ/yosys
synced 2026-05-18 07:59:31 +00:00
Ignore configured location
This commit is contained in:
parent
8022b5445b
commit
992eceaaa0
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -1120,7 +1120,7 @@ coverage:
|
|||
./$(PROGRAM_PREFIX)yosys -qp 'help; help -all'
|
||||
rm -rf coverage_html
|
||||
llvm-profdata merge -sparse coverage/coverage_*.profraw -o yosys.profdata
|
||||
llvm-cov show ./$(PROGRAM_PREFIX)yosys -instr-profile=yosys.profdata -format=html -output-dir=coverage_html --compilation-dir=. -ignore-filename-regex='(^|.*/)Verific/.*|(^|.*/)libs/.*'
|
||||
llvm-cov show ./$(PROGRAM_PREFIX)yosys -instr-profile=yosys.profdata -format=html -output-dir=coverage_html --compilation-dir=. -ignore-filename-regex='(^|.*/)libs/.*|/usr/include/.*|$(subst /,\/,$(VERIFIC_DIR))/.*'
|
||||
|
||||
clean_coverage:
|
||||
rm -rf coverage
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue