Commit 01897ebf by Clifford Wolf

Update verific/opers makefile

Signed-off-by: Clifford Wolf <clifford@clifford.at>
parent 3b5a5373
*.status
*.log
/*.status
/*.log
/.stamp
TESTS := wide_mux sel_mux select wselect rednor
all: $(addsuffix .status,$(TESTS))
touch .stamp
%.status: %.sv run.sh
bash run.sh $(basename $@)
-bash run.sh $(basename $@)
test -f $@
clean:
rm -f $(addsuffix .log,$(TESTS))
rm -f $(addsuffix .status,$(TESTS))
rm -f .stamp
.PHONY: all clean
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment