mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-30 19:22:31 +00:00 
			
		
		
		
	Resolve @cliffordwolf review, set even if !has_init
This commit is contained in:
		
							parent
							
								
									5ac7e38d0a
								
							
						
					
					
						commit
						357b1de6bc
					
				
					 1 changed files with 1 additions and 2 deletions
				
			
		|  | @ -342,7 +342,6 @@ bool handle_dff(RTLIL::Module *mod, RTLIL::Cell *dff) | |||
| 		if (!sig_e.is_fully_const()) | ||||
| 			return false; | ||||
| 		if (sig_e != val_ep) { | ||||
| 			if (has_init) | ||||
| 			mod->connect(sig_q, val_init); | ||||
| 			goto delete_dff; | ||||
| 		} | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue