5 lines
		
	
	
		
			115 B
		
	
	
	
		
			VHDL
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			115 B
		
	
	
	
		
			VHDL
		
	
	
	
	
	
ARCHITECTURE studentVersion OF periphSpeedController IS
 | 
						|
BEGIN
 | 
						|
  enableOut <= '0';
 | 
						|
END ARCHITECTURE studentVersion;
 |