mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 03:32:29 +00:00 
			
		
		
		
	Replace std::map with dict for positional_ports.
				
					
				
			This commit is contained in:
		
							parent
							
								
									2fb4931e5b
								
							
						
					
					
						commit
						64c16f8c13
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -204,7 +204,7 @@ struct TechmapWorker | |||
| 			design->select(module, m); | ||||
| 		} | ||||
| 
 | ||||
| 		std::map<IdString, IdString> positional_ports; | ||||
| 		dict<IdString, IdString> positional_ports; | ||||
| 		dict<Wire*, IdString> temp_renamed_wires; | ||||
| 		pool<SigBit> autopurge_tpl_bits; | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue