mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-30 19:22:31 +00:00 
			
		
		
		
	Get rid of dffsr2dff.
This pass is a proper subset of opt_rmdff, which is called by opt, which is called by every synth flow in the coarse part. Thus, it never actually does anything and can be safely removed.
This commit is contained in:
		
							parent
							
								
									85166633bc
								
							
						
					
					
						commit
						38a0c30d65
					
				
					 13 changed files with 2309 additions and 429 deletions
				
			
		|  | @ -63,6 +63,7 @@ Yosys 0.9 .. Yosys 0.9-dev | |||
|     - Improved support of $readmem[hb] Memory Content File inclusion | ||||
|     - Added "opt_lut_ins" pass | ||||
|     - Added "logger" pass | ||||
|     - Removed "dffsr2dff" (use opt_rmdff instead) | ||||
| 
 | ||||
| Yosys 0.8 .. Yosys 0.9 | ||||
| ---------------------- | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue