aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2019-03-16 14:19:02 +0100
committerGitHub <noreply@github.com>2019-03-16 14:19:02 +0100
commit5481205094edfefe2b6a672f946e94c5e198e3cf (patch)
tree4f7e4bc83e64ce2b633cfec6e475fb8ab3d7013e
parentaa65d3fe65bd45994f8cb053daef3a5e52b31cd3 (diff)
parenta71c38f163a1972b2da8883b7043b25dd8e2662d (diff)
downloadyosys-5481205094edfefe2b6a672f946e94c5e198e3cf.tar.gz
yosys-5481205094edfefe2b6a672f946e94c5e198e3cf.tar.bz2
yosys-5481205094edfefe2b6a672f946e94c5e198e3cf.zip
Merge pull request #877 from FelixVi/master
Add note about test requirements in README
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9bac468a7..c5cd47707 100644
--- a/README.md
+++ b/README.md
@@ -105,12 +105,15 @@ Makefile.
To build Yosys simply type 'make' in this directory.
$ make
- $ make test
$ sudo make install
Note that this also downloads, builds and installs ABC (using yosys-abc
as executable name).
+Tests are located in the tests subdirectory and can be executed using the test target. Note that you need gawk as well as a recent version of iverilog (i.e. build from git). Then, execute tests via:
+
+ $ make test
+
Getting Started
===============