mirror of https://github.com/YosysHQ/yosys.git
README: explain how to do out-of-tree builds.
This commit is contained in:
parent
f1087b2552
commit
9b26a1fa89
|
@ -118,6 +118,13 @@ Tests are located in the tests subdirectory and can be executed using the test t
|
||||||
|
|
||||||
$ make test
|
$ make test
|
||||||
|
|
||||||
|
To use a separate (out-of-tree) build directory, provide a path to the Makefile.
|
||||||
|
|
||||||
|
$ mkdir build; cd build
|
||||||
|
$ make -f ../Makefile
|
||||||
|
|
||||||
|
Out-of-tree builds require a clean source tree.
|
||||||
|
|
||||||
Getting Started
|
Getting Started
|
||||||
===============
|
===============
|
||||||
|
|
||||||
|
@ -388,7 +395,7 @@ Verilog Attributes and non-standard features
|
||||||
|
|
||||||
- The cell attribute ``wildcard_port_conns`` represents wildcard port
|
- The cell attribute ``wildcard_port_conns`` represents wildcard port
|
||||||
connections (SystemVerilog ``.*``). These are resolved to concrete
|
connections (SystemVerilog ``.*``). These are resolved to concrete
|
||||||
connections to matching wires in ``hierarchy``.
|
connections to matching wires in ``hierarchy``.
|
||||||
|
|
||||||
- In addition to the ``(* ... *)`` attribute syntax, Yosys supports
|
- In addition to the ``(* ... *)`` attribute syntax, Yosys supports
|
||||||
the non-standard ``{* ... *}`` attribute syntax to set default attributes
|
the non-standard ``{* ... *}`` attribute syntax to set default attributes
|
||||||
|
|
Loading…
Reference in New Issue