mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-31 23:34:57 +00:00
Improve SVA tests, add Makefile and scripts
This commit is contained in:
parent
90d8329f64
commit
b24f737759
11 changed files with 110 additions and 9 deletions
13
tests/sva/Makefile
Normal file
13
tests/sva/Makefile
Normal file
|
@ -0,0 +1,13 @@
|
|||
|
||||
TESTS = $(basename $(wildcard *.sv))
|
||||
|
||||
all: $(addsuffix .ok,$(TESTS))
|
||||
|
||||
%.ok: %.sv
|
||||
bash runtest.sh $<
|
||||
|
||||
clean:
|
||||
rm -rf $(addsuffix .ok,$(TESTS))
|
||||
rm -rf $(addsuffix _pass.sby,$(TESTS)) $(addsuffix _pass,$(TESTS))
|
||||
rm -rf $(addsuffix _fail.sby,$(TESTS)) $(addsuffix _fail,$(TESTS))
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue