mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 11:42:30 +00:00 
			
		
		
		
	Import more std:: stuff into Yosys namespace
This commit is contained in:
		
							parent
							
								
									da923c198e
								
							
						
					
					
						commit
						207736b4ee
					
				
					 39 changed files with 168 additions and 161 deletions
				
			
		|  | @ -1399,7 +1399,7 @@ struct AbcPass : public Pass { | |||
| 				std::set<RTLIL::Cell*> expand_queue_up, next_expand_queue_up; | ||||
| 				std::set<RTLIL::Cell*> expand_queue_down, next_expand_queue_down; | ||||
| 
 | ||||
| 				typedef std::tuple<bool, RTLIL::SigSpec, bool, RTLIL::SigSpec> clkdomain_t; | ||||
| 				typedef tuple<bool, RTLIL::SigSpec, bool, RTLIL::SigSpec> clkdomain_t; | ||||
| 				std::map<clkdomain_t, std::vector<RTLIL::Cell*>> assigned_cells; | ||||
| 				std::map<RTLIL::Cell*, clkdomain_t> assigned_cells_reverse; | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue