6 lines
		
	
	
		
			113 B
		
	
	
	
		
			VHDL
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			113 B
		
	
	
	
		
			VHDL
		
	
	
	
	
	
| architecture studentVersion of ex_24_1_5 is
 | |
| begin
 | |
|   speed <= (others => '0');
 | |
|   done <= '0';
 | |
| end studentVersion;
 |