diff options
author | Clifford Wolf <clifford@clifford.at> | 2019-03-16 14:19:02 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-16 14:19:02 +0100 |
commit | 5481205094edfefe2b6a672f946e94c5e198e3cf (patch) | |
tree | 4f7e4bc83e64ce2b633cfec6e475fb8ab3d7013e | |
parent | aa65d3fe65bd45994f8cb053daef3a5e52b31cd3 (diff) | |
parent | a71c38f163a1972b2da8883b7043b25dd8e2662d (diff) | |
download | yosys-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.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 =============== |