mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 03:32:29 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
	
		
			158 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
	
		
			158 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| read_verilog <<EOF
 | |
| module top1;
 | |
| (* foo *)
 | |
| wire w;
 | |
| endmodule
 | |
| 
 | |
| module top2;
 | |
| (* bar *)
 | |
| wire w;
 | |
| endmodule
 | |
| EOF
 | |
| logger -expect log top1 1
 | |
| select -list-mod a:foo %m
 |