Commit a5dee4ad by Clifford Wolf

Add some status summaries

Signed-off-by: Clifford Wolf <clifford@clifford.at>
parent b3e450dd
SUBDIRS = verific
all: $(addsuffix /.stamp,$(SUBDIRS))
find -name "*.status" | sort | xargs grep -H . | sed 's,.status:,\t,; s,PASS,pass,;' | expand -t40
touch .stamp
%/.stamp:
......
TESTS := wide_mux sel_mux select wselect rednor
all: $(addsuffix .status,$(TESTS))
grep -H . *.status | sed 's,.status:,\t,; s,PASS,pass,;' | expand -t20
touch .stamp
%.status: %.sv run.sh
......
TESTS := until until_trig seq_or
all: $(addsuffix .status,$(TESTS))
grep -H . *.status | sed 's,.status:,\t,; s,PASS,pass,;' | expand -t20
touch .stamp
%.status: %.sv run.sh
......
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