mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	Bugfix in verilog_defaults argument parser
This commit is contained in:
		
							parent
							
								
									b66d50e62d
								
							
						
					
					
						commit
						34005348b6
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -407,7 +407,7 @@ struct VerilogDefaults : public Pass {
 | 
			
		|||
	}
 | 
			
		||||
	virtual void execute(std::vector<std::string> args, RTLIL::Design*)
 | 
			
		||||
	{
 | 
			
		||||
		if (args.size() == 0)
 | 
			
		||||
		if (args.size() < 2)
 | 
			
		||||
			cmd_error(args, 1, "Missing argument.");
 | 
			
		||||
 | 
			
		||||
		if (args[1] == "-add") {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue