mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 13:29:12 +00:00 
			
		
		
		
	Replace std::map with dict for TechmapWires type.
				
					
				
			This commit is contained in:
		
							parent
							
								
									644e55b3d3
								
							
						
					
					
						commit
						c43017fc08
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -79,7 +79,7 @@ struct TechmapWorker
 | 
			
		|||
		RTLIL::SigSpec value;
 | 
			
		||||
	};
 | 
			
		||||
 | 
			
		||||
	typedef std::map<IdString, std::vector<TechmapWireData>> TechmapWires;
 | 
			
		||||
	typedef dict<IdString, std::vector<TechmapWireData>> TechmapWires;
 | 
			
		||||
 | 
			
		||||
	bool extern_mode;
 | 
			
		||||
	bool assert_mode;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue