mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 03:32:29 +00:00 
			
		
		
		
	abc9 to support async flops $_DFF_[NP][NP][01]_
This commit is contained in:
		
							parent
							
								
									344619079d
								
							
						
					
					
						commit
						929beda19c
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		|  | @ -863,7 +863,8 @@ struct XAigerWriter | ||||||
| 				dict<SigSig, SigSig> replace; | 				dict<SigSig, SigSig> replace; | ||||||
| 				for (auto it = holes_module->cells_.begin(); it != holes_module->cells_.end(); ) { | 				for (auto it = holes_module->cells_.begin(); it != holes_module->cells_.end(); ) { | ||||||
| 					auto cell = it->second; | 					auto cell = it->second; | ||||||
| 					if (cell->type.in("$_DFF_N_", "$_DFF_P_")) { | 					if (cell->type.in("$_DFF_N_", "$_DFF_NN0_", "$_DFF_NN1_", "$_DFF_NP0_", "$_DFF_NP1_", | ||||||
|  | 											"$_DFF_P_", "$_DFF_PN0_", "$_DFF_PN1", "$_DFF_PP0_", "$_DFF_PP1_")) { | ||||||
| 						SigBit D = cell->getPort("\\D"); | 						SigBit D = cell->getPort("\\D"); | ||||||
| 						SigBit Q = cell->getPort("\\Q"); | 						SigBit Q = cell->getPort("\\Q"); | ||||||
| 						// Remove the DFF cell from what needs to be a combinatorial box
 | 						// Remove the DFF cell from what needs to be a combinatorial box
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue