mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-23 03:27:53 +00:00
Add (* gclk *) attribute support
Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
parent
f273291dfe
commit
4372cf690d
4 changed files with 23 additions and 1 deletions
|
@ -418,7 +418,9 @@ Non-standard or SystemVerilog features for formal verification
|
|||
supported in any clocked block.
|
||||
|
||||
- The syntax ``@($global_clock)`` can be used to create FFs that have no
|
||||
explicit clock input ($ff cells).
|
||||
explicit clock input ($ff cells). The same can be achieved by using
|
||||
``@(posedge <netname>)`` or ``@(negedge <netname>)`` when ``<netname>``
|
||||
is marked with the ``(* gclk *)`` Verilog attribute.
|
||||
|
||||
|
||||
Supported features from SystemVerilog
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue