mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	fixed error
This commit is contained in:
		
							parent
							
								
									9bd9db56c8
								
							
						
					
					
						commit
						190b40341a
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -6,6 +6,6 @@ module top ( out, clk, reset );
 | 
			
		|||
    always @(posedge clk, posedge reset)
 | 
			
		||||
      if (reset)
 | 
			
		||||
          out <= 8'b0;
 | 
			
		||||
      end
 | 
			
		||||
      else
 | 
			
		||||
          out <= out + 1;
 | 
			
		||||
endmodule
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue