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 hardware signals
isEqualTo
comparison between two hardware signals
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
Set initial value only if
is not that
null
Set initial value as 0
(Since version ) see corresponding Javadoc for more information.