I am looking the difference between this operators
My opinion is this one performed in execution <=
while the other one is used for initialization :=
is it correct?
I am looking the difference between this operators
My opinion is this one performed in execution <=
while the other one is used for initialization :=
is it correct?
<=
is for signals, and performs non-blocking assignment.
:=
is for variables.
See: http://www.csee.umbc.edu/portal/help/VHDL/sequential.html