diff options
author | Clifford Wolf <clifford@clifford.at> | 2014-07-24 02:11:12 +0200 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2014-07-24 02:11:12 +0200 |
commit | fa71ae89acf319696975a79472272aa30975af7f (patch) | |
tree | b7c770a9a9d17d6cf4f31b74aa09f30be450d7b0 /Makefile | |
parent | 82fa3560372bd89ad0985644a76cdd14f6701ec2 (diff) | |
download | yosys-fa71ae89acf319696975a79472272aa30975af7f.tar.gz yosys-fa71ae89acf319696975a79472272aa30975af7f.tar.bz2 yosys-fa71ae89acf319696975a79472272aa30975af7f.zip |
Added "make vloghtb"
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -167,6 +167,9 @@ test: $(TARGETS) $(EXTRA_TARGETS) cd tests/memories && bash run-test.sh cd tests/sat && bash run-test.sh +vloghtb: $(TARGETS) $(EXTRA_TARGETS) + cd tests/vloghtb && bash run-test.sh + install: $(TARGETS) $(EXTRA_TARGETS) $(INSTALL_SUDO) mkdir -p $(DESTDIR)/bin $(INSTALL_SUDO) install $(TARGETS) $(DESTDIR)/bin/ |