Standard hardware assignment, equivalent to <=
in VHDL/Verilog
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
isNotEqualTo
comparison between two SpinalHDL data
isEqualTo
comparison between two SpinalHDL data
isEqualTo
comparison between two SpinalHDL data
Use as \=
to have the same behavioral as VHDL variable
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 of the signal
(Since version ) see corresponding Javadoc for more information.
Should not extends AnyVal, Because it create kind of strange call stack move that make error reporting miss accurate