mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 19:52:31 +00:00 
			
		
		
		
	cxxrtl: don't need to specify a value for "path".
Callers of the deprecated method had a path already.
This commit is contained in:
		
							parent
							
								
									3ed2865ac5
								
							
						
					
					
						commit
						62bff3a204
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -1582,7 +1582,7 @@ struct module { | |||
| 
 | ||||
| 	// Compatibility method.
 | ||||
| #if __has_attribute(deprecated) | ||||
| 	__attribute__((deprecated("Use `debug_info(&items, /*scopes=*/nullptr, path);` instead. (`path` could be \"top \".)"))) | ||||
| 	__attribute__((deprecated("Use `debug_info(&items, /*scopes=*/nullptr, path);` instead."))) | ||||
| #endif | ||||
| 	void debug_info(debug_items &items, std::string path) { | ||||
| 		debug_info(&items, /*scopes=*/nullptr, path); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue