aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorFelix Vietmeyer <FeViTechLLC@gmail.com>2019-03-16 06:20:59 -0600
committerFelix Vietmeyer <FeViTechLLC@gmail.com>2019-03-16 06:20:59 -0600
commita71c38f163a1972b2da8883b7043b25dd8e2662d (patch)
tree4f7e4bc83e64ce2b633cfec6e475fb8ab3d7013e /README.md
parentaa65d3fe65bd45994f8cb053daef3a5e52b31cd3 (diff)
downloadyosys-a71c38f163a1972b2da8883b7043b25dd8e2662d.tar.gz
yosys-a71c38f163a1972b2da8883b7043b25dd8e2662d.tar.bz2
yosys-a71c38f163a1972b2da8883b7043b25dd8e2662d.zip
Add note about test requirements in README
Diffstat (limited to 'README.md')
-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
===============