mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 03:32:29 +00:00 
			
		
		
		
	celledges: Register async FF paths
This commit is contained in:
		
							parent
							
								
									87e72ef86f
								
							
						
					
					
						commit
						d01728aaa5
					
				
					 2 changed files with 37 additions and 1 deletions
				
			
		|  | @ -224,7 +224,8 @@ struct CheckPass : public Pass { | |||
| 					} | ||||
| 				} | ||||
| 
 | ||||
| 				if (yosys_celltypes.cell_evaluable(cell->type) || cell->type.in(ID($mem_v2), ID($memrd), ID($memrd_v2))) | ||||
| 				if (yosys_celltypes.cell_evaluable(cell->type) || cell->type.in(ID($mem_v2), ID($memrd), ID($memrd_v2)) \ | ||||
| 						|| RTLIL::builtin_ff_cell_types().count(cell->type)) | ||||
| 					edges_db.add_edges_from_cell(cell); | ||||
| 			} | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue