mirror of https://github.com/YosysHQ/yosys.git
Merge pull request #877 from FelixVi/master
Add note about test requirements in README
This commit is contained in:
commit
5481205094
|
@ -105,12 +105,15 @@ Makefile.
|
||||||
To build Yosys simply type 'make' in this directory.
|
To build Yosys simply type 'make' in this directory.
|
||||||
|
|
||||||
$ make
|
$ make
|
||||||
$ make test
|
|
||||||
$ sudo make install
|
$ sudo make install
|
||||||
|
|
||||||
Note that this also downloads, builds and installs ABC (using yosys-abc
|
Note that this also downloads, builds and installs ABC (using yosys-abc
|
||||||
as executable name).
|
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
|
Getting Started
|
||||||
===============
|
===============
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue