mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-03 21:09:12 +00:00 
			
		
		
		
	preserve VCD mangled names
This commit is contained in:
		
							parent
							
								
									72acce0c82
								
							
						
					
					
						commit
						f0f3c81c56
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -42,7 +42,7 @@ fstHandle FstData::getHandle(std::string name) {
 | 
			
		|||
	if (name_to_handle.find(name) != name_to_handle.end())
 | 
			
		||||
		return name_to_handle[name];
 | 
			
		||||
	else 
 | 
			
		||||
		log("Not found key %s\n", name.c_str());
 | 
			
		||||
		log_warning("Unable to found wire %s in input file.\n", name.c_str());
 | 
			
		||||
	return 0;	
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -87,6 +87,8 @@ void FstData::extractVarNames()
 | 
			
		|||
					if(c==' ') break;
 | 
			
		||||
					clean_name += c;
 | 
			
		||||
				}
 | 
			
		||||
				if (clean_name[0]=='\\')
 | 
			
		||||
					clean_name = clean_name.substr(1);
 | 
			
		||||
				//log("adding %s.%s\n",var.scope.c_str(), clean_name.c_str());
 | 
			
		||||
				
 | 
			
		||||
				name_to_handle[var.scope+"."+clean_name] = h->u.var.handle;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue