mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 03:32:29 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
	
		
			185 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			185 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| logger -expect prefix-error "<<EOT:2: ERROR: Digit larger than 1 used in in base-2 constant." 1
 | |
| read_verilog <<EOT
 | |
| module test (y);
 | |
|     output signed [2:0] y = 1'bf;
 | |
| endmodule
 | |
| EOT
 | |
| dump
 |