Skip to content

Commit

Permalink
doc(sv interface): add notSVIF method
Browse files Browse the repository at this point in the history
  • Loading branch information
yportne13 committed Apr 1, 2024
1 parent f987e90 commit 887c834
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions source/SpinalHDL/Data types/SVIF.rst
Original file line number Diff line number Diff line change
Expand Up @@ -164,3 +164,8 @@ Definition Name
~~~~~~~~~~~~~~~

you can use ``setDefinitionName`` to set the definition name. But remember to use it before any clone of this interface

Not Interface
~~~~~~~~~~~~~

If you have used a certain interface in multiple places, and at one of those locations ``sigA``, you wish to flatten it instead of generating an interface, you can achieve this by calling ``sigA.notSVIF()`` to fully flatten the signal. If the signal has nested interfaces and you only want to expand the outermost layer, you can use ``sigA.notSVIFthisLevel()``.

0 comments on commit 887c834

Please sign in to comment.