mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-29 18:52:30 +00:00 
			
		
		
		
	Need this too
This commit is contained in:
		
							parent
							
								
									df0ce40841
								
							
						
					
					
						commit
						cb1640b873
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		|  | @ -368,6 +368,8 @@ RTLIL::IdString new_id_suffix(std::string file, int line, std::string func, std: | ||||||
| 	module->uniquify(cell_name.str() + "_" + suffix) | 	module->uniquify(cell_name.str() + "_" + suffix) | ||||||
| #define NEW_MEM_ID_SUFFIX(suffix) \ | #define NEW_MEM_ID_SUFFIX(suffix) \ | ||||||
| 	mem.mem ? module->uniquify(mem.mem->name.str() + "_" + suffix) : module->uniquify(string("\\mem_") + suffix) | 	mem.mem ? module->uniquify(mem.mem->name.str() + "_" + suffix) : module->uniquify(string("\\mem_") + suffix) | ||||||
|  | #define NEW_ABC_ID \ | ||||||
|  | 	module->uniquify(IdString("\\boolopt")) | ||||||
| 
 | 
 | ||||||
| // Create a statically allocated IdString object, using for example ID::A or ID($add).
 | // Create a statically allocated IdString object, using for example ID::A or ID($add).
 | ||||||
| //
 | //
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue