[Doc] Add more details about the new syntax

This commit is contained in:
tangxifan 2021-07-01 23:51:54 -06:00
parent 0851075bc9
commit 43afaca17c
1 changed files with 2 additions and 0 deletions

View File

@ -29,3 +29,5 @@ An example of design constraints is shown as follows.
The default value of a net to be constrained. This is mainly used when generating testbenches. Valid value is ``0`` or ``1``. If defined as ``1``, the net is be driven by the inversion of its stimuli.
.. note:: This feature is mainly used to generate the correct stimuli for some pin whose polarity can be configurable. For example, the ``Reset`` pin of an FPGA fabric may be active-low or active-high depending on its configuration.
.. note:: The default value in pin constraint file has a higher priority than the ``default_value`` syntax in the :ref:`circuit_library`.