diff --git a/source/SpinalHDL/Structuring/components_hierarchy.rst b/source/SpinalHDL/Structuring/components_hierarchy.rst index ba660a2dc52..edadf31d95a 100644 --- a/source/SpinalHDL/Structuring/components_hierarchy.rst +++ b/source/SpinalHDL/Structuring/components_hierarchy.rst @@ -66,7 +66,6 @@ The syntax to define inputs and outputs is as follows: - Bits/UInt/SInt * - | ``in(T)`` | ``out(T)`` - | ``out UInt(7 bits)`` - For all other data types, you may have to add some brackets around it. Sorry, this is a Scala limitation. - T * - | ``master(T)``