mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
	
		
			181 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
	
		
			181 B
		
	
	
	
		
			Text
		
	
	
	
	
	
logger -warn "Successfully finished Verilog frontend." -expect warning "Successfully finished Verilog frontend." 1
 | 
						|
read_verilog << EOF
 | 
						|
module top(...);
 | 
						|
	assign b = w;
 | 
						|
endmodule
 | 
						|
EOF
 |