mirror of https://github.com/YosysHQ/yosys.git
Document `gate_cost_equivalent`
This commit is contained in:
parent
c8fffce2b5
commit
426ef53c20
|
@ -575,6 +575,9 @@ Non-standard or SystemVerilog features for formal verification
|
|||
``@(posedge <netname>)`` or ``@(negedge <netname>)`` when ``<netname>``
|
||||
is marked with the ``(* gclk *)`` Verilog attribute.
|
||||
|
||||
- The `gate_cost_equivalent` attribute on a module can be used to specify
|
||||
the estimated cost of a module as an equivalent number of basic gate
|
||||
instances.
|
||||
|
||||
Supported features from SystemVerilog
|
||||
=====================================
|
||||
|
|
Loading…
Reference in New Issue