mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 19:52:31 +00:00 
			
		
		
		
	abc9_ops: -prep_dff_map to warn if no specify cells
This commit is contained in:
		
							parent
							
								
									23c53a6bdd
								
							
						
					
					
						commit
						e38b1280f9
					
				
					 1 changed files with 12 additions and 7 deletions
				
			
		|  | @ -206,6 +206,10 @@ void prep_dff_map(RTLIL::Design *design) | ||||||
| 			D = w; | 			D = w; | ||||||
| 		} | 		} | ||||||
| 
 | 
 | ||||||
|  | 		if (GetSize(specify_cells) == 0) { | ||||||
|  | 			log_warning("Module '%s' marked (* abc9_flop *) contains no specify timing information.\n", log_id(module)); | ||||||
|  | 		} | ||||||
|  | 		else { | ||||||
| 			// Rewrite $specify cells that end with $_DFF_[NP]_.Q
 | 			// Rewrite $specify cells that end with $_DFF_[NP]_.Q
 | ||||||
| 			//   to $_DFF_[NP]_.D since it will be moved into
 | 			//   to $_DFF_[NP]_.D since it will be moved into
 | ||||||
| 			//   the submodule
 | 			//   the submodule
 | ||||||
|  | @ -214,6 +218,7 @@ void prep_dff_map(RTLIL::Design *design) | ||||||
| 				DST.replace(Q, D); | 				DST.replace(Q, D); | ||||||
| 				cell->setPort(ID::DST, DST); | 				cell->setPort(ID::DST, DST); | ||||||
| 			} | 			} | ||||||
|  | 		} | ||||||
| continue_outer_loop: ; | continue_outer_loop: ; | ||||||
| 	} | 	} | ||||||
| } | } | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue