Standard hardware assignment, equivalent to <=
in VHDL/Verilog
Automatic connection between two hardware signals or two bundles of the same type.
Automatic connection between two hardware signals or two bundles of the same type.
Direction is inferred by using signal direction (in
/out
). (Similar behavior to :=
)
isNotEqualTo
comparison between two SpinalHDL data
isEqualTo
comparison between two SpinalHDL data
Use as \=
to have the same behavioral as VHDL variable
Set a default value to a signal.
Set a default value to a signal.
Set initial value of the signal
(Since version ) see corresponding Javadoc for more information.