I try to learn VHDL language I don't understand a strange thing. This thing refers to the signals from an architecture.
My question is: Why we can't assign bit signal, integer signal, etc in more than one process/ concurrent assign. But I saw, we can assign in more than one process Std_logic_vector signal and Std_logic signal.