Skip to content

Commit

Permalink
Update source/SpinalHDL/Semantic/assignments.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Andreas Wallner <[email protected]>
  • Loading branch information
ronan-lashermes and andreasWallner authored Nov 10, 2023
1 parent 145ffeb commit e1b4592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/SpinalHDL/Semantic/assignments.rst
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ If one is detected, it raises an error and SpinalHDL will print the path of the
CombInit
--------

The special ``CombInit`` method can be used to "clone" a combinatorial value for latter modification.
``CombInit`` can be used to copy a signal and its current combinatorial assignments. The main use-case is to be able to overwrite the copied later, without impacting the original signal.

.. code-block:: scala
Expand Down

0 comments on commit e1b4592

Please sign in to comment.