mirror of https://github.com/YosysHQ/yosys.git
Document always_latch.
This commit is contained in:
parent
81b98f160b
commit
64d483442f
|
|
@ -172,7 +172,10 @@ Verilog Attributes and non-standard features
|
||||||
- The frontend sets attributes ``always_comb``, ``always_latch`` and
|
- The frontend sets attributes ``always_comb``, ``always_latch`` and
|
||||||
``always_ff`` on processes derived from SystemVerilog style always blocks
|
``always_ff`` on processes derived from SystemVerilog style always blocks
|
||||||
according to the type of the always. These are checked for correctness in
|
according to the type of the always. These are checked for correctness in
|
||||||
``proc_dlatch``.
|
``proc_dlatch``. Latches inferred from ``always_latch`` processes are exempt
|
||||||
|
from the ``proc -latches <info|warn|error>`` reporting policy, and the
|
||||||
|
generated latch cells carry the ``always_latch`` attribute, which also
|
||||||
|
exempts them from `check` ``-nolatches``/``-latchonly``.
|
||||||
|
|
||||||
- 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
|
connections (SystemVerilog ``.*``). These are resolved to concrete connections
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue