mirror of https://github.com/YosysHQ/yosys.git
Format `-pwires`
This commit is contained in:
parent
a94a8f3e40
commit
9c4e1c6a8f
|
|
@ -330,7 +330,7 @@ Verilog Attributes and non-standard features
|
||||||
|
|
||||||
- The ``parameter`` and ``localparam`` attributes are used to mark wires
|
- The ``parameter`` and ``localparam`` attributes are used to mark wires
|
||||||
that represent module parameters or localparams (when the HDL front-end
|
that represent module parameters or localparams (when the HDL front-end
|
||||||
is run in -pwires mode).
|
is run in ``-pwires`` mode).
|
||||||
|
|
||||||
- The ``clkbuf_driver`` attribute can be set on an output port of a blackbox
|
- The ``clkbuf_driver`` attribute can be set on an output port of a blackbox
|
||||||
module to mark it as a clock buffer output, and thus prevent ``clkbufmap``
|
module to mark it as a clock buffer output, and thus prevent ``clkbufmap``
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue