mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 19:52:31 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
	
		
			201 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
	
		
			201 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| logger -expect prefix-error "<<EOT:2: ERROR: syntax error, unexpected invalid token, expecting TOK_BASED_CONSTVAL" 1
 | |
| read_verilog <<EOT
 | |
| module test (y);
 | |
|     output signed [2:0] y = 1'bg;
 | |
| endmodule
 | |
| EOT
 |