mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	Fix translation bug: The old code really checks for the presense of a node, not an edge in glift and flatten.
Add back statement that inserts nodes in order in opt_expr.cc.
This commit is contained in:
		
							parent
							
								
									fd7bd420b3
								
							
						
					
					
						commit
						0a37c2a301
					
				
					 4 changed files with 4 additions and 9 deletions
				
			
		| 
						 | 
				
			
			@ -424,6 +424,7 @@ void replace_const_cells(RTLIL::Design *design, RTLIL::Module *module, bool cons
 | 
			
		|||
						for (auto &bit : sig)
 | 
			
		||||
							outbit_to_cell[bit].insert(cell);
 | 
			
		||||
				}
 | 
			
		||||
                        cells.node(cell);
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
        // Build the graph for the topological sort.
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue