A
Adil Sadik
Guest
Hello, I am a bit confused about something and would appreciate to get some help from here.
I have something like that:
In state1 => rx_status <= Dout;
------
In state4 => rx_len <= Dout;
-----
So, in state4 when Dout is being assigned to rx_status what will happen to rx_status ? Will it be changed to ?
Dout is a output port and rx_status and rx_len are temporary signals. I want to use the value of rx_status which is received in state1. So, after state4 will the rx_status will be changed as in sate4 doug is being assigned to rx_len or it will hold the value which was assigned in state1?
Thanks in advance.
I have something like that:
In state1 => rx_status <= Dout;
------
In state4 => rx_len <= Dout;
-----
So, in state4 when Dout is being assigned to rx_status what will happen to rx_status ? Will it be changed to ?
Dout is a output port and rx_status and rx_len are temporary signals. I want to use the value of rx_status which is received in state1. So, after state4 will the rx_status will be changed as in sate4 doug is being assigned to rx_len or it will hold the value which was assigned in state1?
Thanks in advance.