mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	driver: fix -X xtrace backtrace level
This commit is contained in:
		
							parent
							
								
									6a4281ad4f
								
							
						
					
					
						commit
						3541db8bbb
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -314,7 +314,7 @@ int main(int argc, char **argv)
 | 
				
			||||||
		auto result = options.parse(argc, argv);
 | 
							auto result = options.parse(argc, argv);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		if (result.count("M")) memhasher_on();
 | 
							if (result.count("M")) memhasher_on();
 | 
				
			||||||
		if (result.count("X")) yosys_xtrace++;
 | 
							if (result.count("X")) yosys_xtrace += result.count("X");
 | 
				
			||||||
		if (result.count("A")) call_abort = true;
 | 
							if (result.count("A")) call_abort = true;
 | 
				
			||||||
		if (result.count("Q")) print_banner = false;
 | 
							if (result.count("Q")) print_banner = false;
 | 
				
			||||||
		if (result.count("T")) print_stats = false;
 | 
							if (result.count("T")) print_stats = false;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue