mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-30 19:22:31 +00:00 
			
		
		
		
	Add abc_box_id attribute to MUXF7/F8 cells
This commit is contained in:
		
							parent
							
								
									538592067e
								
							
						
					
					
						commit
						8fbbd9b129
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		|  | @ -159,10 +159,12 @@ module MUXCY(output O, input CI, DI, S); | |||
|   assign O = S ? CI : DI; | ||||
| endmodule | ||||
| 
 | ||||
| (* abc_box_id = 1 *) | ||||
| module MUXF7(output O, input I0, I1, S); | ||||
|   assign O = S ? I1 : I0; | ||||
| endmodule | ||||
| 
 | ||||
| (* abc_box_id = 2 *) | ||||
| module MUXF8(output O, input I0, I1, S); | ||||
|   assign O = S ? I1 : I0; | ||||
| endmodule | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue