mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 11:42:30 +00:00 
			
		
		
		
	cxxrtl: minor debug-related improvements.
This commit is contained in:
		
							parent
							
								
									210d129d9a
								
							
						
					
					
						commit
						fb3704c896
					
				
					 1 changed files with 3 additions and 2 deletions
				
			
		|  | @ -2419,7 +2419,8 @@ struct CxxrtlBackend : public Backend { | |||
| 		log("        no debug information.\n"); | ||||
| 		log("\n"); | ||||
| 		log("    -g1\n"); | ||||
| 		log("        debug information for non-localized public wires.\n"); | ||||
| 		log("        debug information for non-optimized public wires. this also makes it\n"); | ||||
| 		log("        possible to use the C API.\n"); | ||||
| 		log("\n"); | ||||
| 	} | ||||
| 
 | ||||
|  | @ -2494,7 +2495,7 @@ struct CxxrtlBackend : public Backend { | |||
| 			case 0: | ||||
| 				break; | ||||
| 			default: | ||||
| 				log_cmd_error("Invalid optimization level %d.\n", opt_level); | ||||
| 				log_cmd_error("Invalid debug information level %d.\n", debug_level); | ||||
| 		} | ||||
| 
 | ||||
| 		std::ofstream intf_f; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue