mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 05:19:11 +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 ; 
 | 
						|
    }
 | 
						|
  }
 | 
						|
}
 |