W
walala
Guest
Dear all,
The discussion about <= and := is in all books about VHDL. But after
reading a lot, I am still not very clear about the difference...
For example, if I have a input X multiply with a constant coefficient
a, temp=a*X
I hope to store this aX term for later use. In fact, later I will need
Y(1)=temp,
Y(2)=2*temp,
Y(3)=-temp,
What do I write? Do I use temp<=a*X or temp:=a*X? what is the
difference?
Please help me! Thanks a lot,
-Walala
The discussion about <= and := is in all books about VHDL. But after
reading a lot, I am still not very clear about the difference...
For example, if I have a input X multiply with a constant coefficient
a, temp=a*X
I hope to store this aX term for later use. In fact, later I will need
Y(1)=temp,
Y(2)=2*temp,
Y(3)=-temp,
What do I write? Do I use temp<=a*X or temp:=a*X? what is the
difference?
Please help me! Thanks a lot,
-Walala