mirror of
https://github.com/YosysHQ/yosys
synced 2025-11-01 20:17:55 +00:00
Added tests/vloghtb/test_share.sh
This commit is contained in:
parent
6f450d0224
commit
2e358bd667
5 changed files with 57 additions and 1 deletions
9
tests/vloghtb/test_makefile
Normal file
9
tests/vloghtb/test_makefile
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
MODE := share
|
||||
TESTS := $(shell ls rtl/ | sed 's,\.v$$,,' )
|
||||
|
||||
run: $(addprefix log_test_$(MODE)/,$(addsuffix .txt,$(TESTS)))
|
||||
|
||||
log_test_$(MODE)/%.txt: rtl/%.v
|
||||
@bash test_$(MODE).sh $<
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue