diff options
author | Tristan Gingold | 2014-06-21 21:24:15 +0200 |
---|---|---|
committer | Tristan Gingold | 2014-06-21 21:24:15 +0200 |
commit | 212268f54c947f4360a7d0e5b45faa97f76a4a9d (patch) | |
tree | 76a19a1ff148903c412f9f2191901ee6797b2939 /testsuite/gna/ticket19/Makefile | |
parent | 270280a34295fa42785f9c8d99ad24b93d411e0c (diff) | |
download | ghdl-212268f54c947f4360a7d0e5b45faa97f76a4a9d.tar.gz ghdl-212268f54c947f4360a7d0e5b45faa97f76a4a9d.tar.bz2 ghdl-212268f54c947f4360a7d0e5b45faa97f76a4a9d.zip |
Add psl cover directive (ticket19).
Diffstat (limited to 'testsuite/gna/ticket19/Makefile')
-rw-r--r-- | testsuite/gna/ticket19/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/testsuite/gna/ticket19/Makefile b/testsuite/gna/ticket19/Makefile new file mode 100644 index 0000000..2152463 --- /dev/null +++ b/testsuite/gna/ticket19/Makefile @@ -0,0 +1,12 @@ +psl_test_cover: psl_test_cover.vhd + ghdl -a --std=02 -fpsl psl_test_cover.vhd + ghdl -e --std=02 -fpsl psl_test_cover + ./psl_test_cover --stop-time=200ns + +all: clean psl_test_cover + +.PHONY: clean +clean: + rm -f *.cf + rm -f *.o + rm -f psl_test_cover
\ No newline at end of file |