mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	Merge pull request #3176 from higuoxing/fix-ref-manual
Fix the help message of synth_quicklogic command.
This commit is contained in:
		
						commit
						bf85dfee5e
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -225,8 +225,8 @@ struct SynthQuickLogicPass : public ScriptPass {
 | 
			
		|||
		}
 | 
			
		||||
 | 
			
		||||
		if (check_label("verilog")) {
 | 
			
		||||
			if (!verilog_file.empty()) {
 | 
			
		||||
				run("write_verilog -noattr -nohex " + verilog_file);
 | 
			
		||||
			if (!verilog_file.empty() || help_mode) {
 | 
			
		||||
				run(stringf("write_verilog -noattr -nohex %s", help_mode ? "<file-name>" : verilog_file.c_str()));
 | 
			
		||||
			}
 | 
			
		||||
		}
 | 
			
		||||
	}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue