mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 11:42:30 +00:00 
			
		
		
		
	s/NEW_ID/NEWER_ID/g
This commit is contained in:
		
							parent
							
								
									6b9082fa64
								
							
						
					
					
						commit
						73d51b25d6
					
				
					 130 changed files with 1275 additions and 1275 deletions
				
			
		|  | @ -232,10 +232,10 @@ struct SubmodWorker | |||
| 							auto &b = old_sig[i]; | ||||
| 							// Prevents "ERROR: Mismatch in directionality ..." when flattening
 | ||||
| 							if (!b.wire) | ||||
| 								b = module->addWire(NEW_ID); | ||||
| 								b = module->addWire(NEWER_ID); | ||||
| 							// Prevents "Warning: multiple conflicting drivers ..."
 | ||||
| 							else if (!it.second.is_int_driven[i]) | ||||
| 								b = module->addWire(NEW_ID); | ||||
| 								b = module->addWire(NEWER_ID); | ||||
| 						} | ||||
| 					new_cell->setPort(new_wire->name, old_sig); | ||||
| 				} | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue