Inside Vs. Outside Process
architecture ...process ( ) begin Z <= A; Z <= B; . . . end process ;end architecture ;
architecture . . . begin Z <= A; Z <= B; . . . end architecture ;
The last assignment takes effect.
Both assignments are concurrent. A resolution function will be required on the output signal ¡°Z¡±.