mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
	
		
			128 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			128 B
		
	
	
	
		
			Text
		
	
	
	
	
	
logger -expect error "Found `endif outside of macro conditional branch!" 1
 | 
						|
read_verilog <<EOF
 | 
						|
`ifndef a
 | 
						|
`else
 | 
						|
`endif
 | 
						|
`endif
 | 
						|
EOF
 |