Add note about test requirements in README

This commit is contained in:
Felix Vietmeyer 2019-03-16 06:20:59 -06:00
parent aa65d3fe65
commit a71c38f163
1 changed files with 4 additions and 1 deletions

View File

@ -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
===============