mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-29 18:52:30 +00:00 
			
		
		
		
	remove namespace mention from inheritance information
This commit is contained in:
		
							parent
							
								
									362e3aa40f
								
							
						
					
					
						commit
						3d13b10859
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -914,7 +914,7 @@ class WClass: | ||||||
| 		body = self.gen_boost_py_body() | 		body = self.gen_boost_py_body() | ||||||
| 		base_info = "" | 		base_info = "" | ||||||
| 		if self.base_class is not None: | 		if self.base_class is not None: | ||||||
| 			base_info = ", bases<%s::%s>" % (self.base_class.namespace, self.base_class.name) | 			base_info = ", bases<" + (self.base_class.name) + ">" | ||||||
| 
 | 
 | ||||||
| 		if self.link_type == link_types.derive: | 		if self.link_type == link_types.derive: | ||||||
| 			text = "\n\t\tclass_<" + self.name + base_info + ">(\"Cpp" + self.name + "\"" | 			text = "\n\t\tclass_<" + self.name + base_info + ">(\"Cpp" + self.name + "\"" | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue