mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 03:32:29 +00:00 
			
		
		
		
	Grammar
This commit is contained in:
		
							parent
							
								
									31f6d74552
								
							
						
					
					
						commit
						849e0eeab4
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -684,7 +684,7 @@ void replace_const_cells(RTLIL::Design *design, RTLIL::Module *module, bool cons | |||
| 				bool sub = (sig_ci == State::S1 && sig_bi == State::S1); | ||||
| 
 | ||||
| 				// If not a subtraction, yet there is a carry or B is inverted
 | ||||
| 				//   then no optimisation is possible as carry is not constant
 | ||||
| 				//   then no optimisation is possible as carry will not be constant
 | ||||
| 				if (!sub && (sig_ci != State::S0 || sig_bi != State::S0)) | ||||
| 					goto next_cell; | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue