mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 19:52:31 +00:00 
			
		
		
		
	dfflegalize: allow setting mince and minsrst args from scratchpad
This commit is contained in:
		
							parent
							
								
									53bda9de54
								
							
						
					
					
						commit
						b562b54c14
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -1021,8 +1021,8 @@ struct DffLegalizePass : public Pass { | |||
| 				supported_cells_neg[i][j] = 0; | ||||
| 			supported_cells[i] = 0; | ||||
| 		} | ||||
| 		mince = 0; | ||||
| 		minsrst = 0; | ||||
| 		mince = design->scratchpad_get_int("dfflegalize.mince", 0); | ||||
| 		minsrst = design->scratchpad_get_int("dfflegalize.minsrst", 0); | ||||
| 
 | ||||
| 		size_t argidx; | ||||
| 		for (argidx = 1; argidx < args.size(); argidx++) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue