Browse Source

Add export of PSL coverage report

pull/1/head
T. Meissner 8 years ago
parent
commit
5a8ff840cb
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      test/Makefile

+ 1
- 1
test/Makefile View File

@ -68,7 +68,7 @@ wishbonet: RandomPkg.o CoveragePkg.o AssertP.o SimP.o QueueP.o DictP.o UtilsP.o
.PHONY: wishbone
wishbone: wishbonet
ghdl -r --std=$(VHD_STD) $@t --wave=$@t.ghw
ghdl -r --std=$(VHD_STD) $@t --wave=$@t.ghw --psl-report=$@_psl_coverage.json
# Default rule for running simulation


Loading…
Cancel
Save