mirror of
https://github.com/YosysHQ/sby.git
synced 2025-04-26 23:15:50 +00:00
Add note on docs to clarify verific support
Having a verific license does not provide access to the verific frontend. This helps to make that clearer.
This commit is contained in:
parent
641d5d55fa
commit
7f1853bd78
3 changed files with 20 additions and 5 deletions
|
@ -20,10 +20,10 @@ within the core.
|
|||
`endif
|
||||
endmodule
|
||||
|
||||
The ``bind()`` operator can also be used when using the Verific front end.
|
||||
This will provide an option to attach formal properties to a given piece
|
||||
of logic, without actually modifying the module in question to do so as
|
||||
we did in the example above.
|
||||
The ``bind()`` operator can also be used when using the Verific front end. This
|
||||
will provide an option to attach formal properties to a given piece of logic,
|
||||
without actually modifying the module in question to do so as we did in the
|
||||
example above. Refer to :doc:`verific` for more on the Verific front end.
|
||||
|
||||
SystemVerilog Immediate Assertions
|
||||
----------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue