mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	Missing endmodule
This commit is contained in:
		
							parent
							
								
									0ab1e496dc
								
							
						
					
					
						commit
						c761fa49b7
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -288,3 +288,4 @@ endmodule
 | 
			
		|||
module abc9_test033(input clk, d, output reg q1, q2);
 | 
			
		||||
always @(posedge clk) q1 <= d;
 | 
			
		||||
always @(posedge clk) q2 <= q1;
 | 
			
		||||
endmodule
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue