mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-28 18:29:25 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			123 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			123 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| library(fake) { 
 | |
|   cell(bugbad) { 
 | |
|     bundle(X) { 
 | |
|       members(x1, x2);
 | |
|       power_down_function : !a+b ; 
 | |
|     }
 | |
|   }
 | |
| }
 |