mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 11:42:30 +00:00 
			
		
		
		
	Add missing blackslash-to-slash convertion to smtio.py (matching Smt2Worker::get_id() behavior)
Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
		
							parent
							
								
									266511b29e
								
							
						
					
					
						commit
						e112d2fbf5
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -784,7 +784,7 @@ class SmtIo: | ||||||
| 
 | 
 | ||||||
|     def get_path(self, mod, path): |     def get_path(self, mod, path): | ||||||
|         assert mod in self.modinfo |         assert mod in self.modinfo | ||||||
|         path = path.split(".") |         path = path.replace("\\", "/").split(".") | ||||||
| 
 | 
 | ||||||
|         for i in range(len(path)-1): |         for i in range(len(path)-1): | ||||||
|             first = ".".join(path[0:i+1]) |             first = ".".join(path[0:i+1]) | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue