Skip to content
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
yosyshq-ci committed Jul 26, 2024
1 parent 6b9c970 commit fc03452
Showing 1 changed file with 18 additions and 42 deletions.
60 changes: 18 additions & 42 deletions source/cmd/synthprop.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,69 +17,55 @@ synthprop - synthesize SVA properties
::

This creates synthesizable properties for selected module.
This creates synthesizable properties for the selected module.



.. code:: yoscrypt
-name <portname>
::

Name output port for assertions (default: assertions).
name of the output port for assertions (default: assertions).


.. code:: yoscrypt
-map <filename>
::

Write port mapping for synthesizable properties.
write the port mapping for synthesizable properties into the given file.


.. code:: yoscrypt
-or_outputs
::

Or all outputs together to create a single output that goes high when any ::

property is violated, instead of generating individual output bits.

Or all outputs together to create a single output that goes high when
any property is violated, instead of generating individual output bits.


.. code:: yoscrypt
-reset <portname>
::

Name of top-level reset input. Latch a high state on the generated outputs ::

until an asynchronous top-level reset input is activated.

name of the top-level reset input. Latch a high state on the generated
outputs until an asynchronous top-level reset input is activated.


.. code:: yoscrypt
-resetn <portname>
::

Name of top-level reset input (inverse polarity). Latch a high state on the ::

generated outputs until an asynchronous top-level reset input is activated.
like above but with inverse polarity


.. raw:: latex
Expand All @@ -93,34 +79,24 @@ synthprop - synthesize SVA properties
synthprop [options]
This creates synthesizable properties for selected module.
This creates synthesizable properties for the selected module.
-name <portname>
Name output port for assertions (default: assertions).
name of the output port for assertions (default: assertions).
-map <filename>
Write port mapping for synthesizable properties.
write the port mapping for synthesizable properties into the given file.
-or_outputs
Or all outputs together to create a single output that goes high when any
property is violated, instead of generating individual output bits.
Or all outputs together to create a single output that goes high when
any property is violated, instead of generating individual output bits.
-reset <portname>
Name of top-level reset input. Latch a high state on the generated outputs
until an asynchronous top-level reset input is activated.
name of the top-level reset input. Latch a high state on the generated
outputs until an asynchronous top-level reset input is activated.
-resetn <portname>
Name of top-level reset input (inverse polarity). Latch a high state on the
generated outputs until an asynchronous top-level reset input is activated.
like above but with inverse polarity

0 comments on commit fc03452

Please sign in to comment.