Guest
#3437810
Hi all I have two signals(std_logic_vector), one is of 32 bits and the other is of 8 bits. I want this to be assigned to two different signals(std_logic): I want both assignment to happen at the same time.How can it be done? Please help. I tried to assign at the rising_edge of a signal for both under different processes . But it didnt work. Note : I dont have a clock. Thanks in advance!