aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/ticket26/Makefile
blob: b0086960691e722cc2bff12a761c92192a2c3e92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
psl_test_cover: psl_test_named_statement.vhd
	ghdl -a --std=02 -fpsl psl_test_named_statement.vhd
	ghdl -e --std=02 -fpsl psl_test_named_statement
	./psl_test_named_statement --stop-time=200ns

all: clean psl_test_named_statement

.PHONY: clean
clean:
	rm -f *.cf
	rm -f *.o
	rm -f psl_test_named_statement