Commit 0ef8f454 by Clifford Wolf

Add VERIFIC=1 make option

Signed-off-by: Clifford Wolf <clifford@clifford.at>
parent fb71177c
SUBDIRS = verific bigsim simple
SUBDIRS := bigsim simple
ifeq ($(VERIFIC),1)
export VERIFIC=1
SUBDIRS += verific
else
export YOSYS_NOVERIFIC=1
endif
all: $(addsuffix /.stamp,$(SUBDIRS))
echo; find * -name "*.status" | sort | xargs grep -H . | sed 's,^, ,; s,.status:,\t,; s,PASS,pass,;' | expand -t40; echo
......
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