mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 03:32:29 +00:00 
			
		
		
		
	Manual fixes for new cell connections API
This commit is contained in:
		
							parent
							
								
									b7dda72302
								
							
						
					
					
						commit
						f8fdc47d33
					
				
					 36 changed files with 169 additions and 123 deletions
				
			
		|  | @ -195,7 +195,7 @@ struct TechmapWorker | |||
| 			if (!flatten_mode && c->type.substr(0, 2) == "\\$") | ||||
| 				c->type = c->type.substr(1); | ||||
| 
 | ||||
| 			for (auto &it2 : c->connections()) { | ||||
| 			for (auto &it2 : c->connections_) { | ||||
| 				apply_prefix(cell->name, it2.second, module); | ||||
| 				port_signal_map.apply(it2.second); | ||||
| 			} | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue