  | 
				 The Process can 
				be triggered by integer as well  | 
				  | 
				 However can a 
				process not be triggered by single bits of a vector like Sbus(1) 
				for instance.  | 
				  | 
				 In contrast to 
				concurrent code are you allowed to assign values to a signal / 
				variable more then once.  | 
				  | 
				 The last assigned 
				value will also be the final value for the signal.  | 
				  | 
				 The variable of a 
				variable will change for each assignment.  | 
				  | 
				 If your planning 
				to create combinatorial logic will a default assignment in the 
				start avoid implied latches.  | 
				  | 
				 For each 
				if 
				statement must there be an 
				end
				if.  | 
				  | 
				 By using the 
				combined elsif 
				statement can you reduce the number of 
				end
				if.
				 
   |