mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	More oopsies
This commit is contained in:
		
							parent
							
								
									722eeacc09
								
							
						
					
					
						commit
						15aa3f460d
					
				
					 1 changed files with 3 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -74,12 +74,13 @@ struct ClkPartPass : public Pass {
 | 
			
		|||
		for (argidx = 1; argidx < args.size(); argidx++)
 | 
			
		||||
		{
 | 
			
		||||
			if (args[argidx] == "-set_attr" && argidx+2 < args.size()) {
 | 
			
		||||
				attr_name = RTLIL::escape_id(args[argidx++]);
 | 
			
		||||
				attr_name = RTLIL::escape_id(args[++argidx]);
 | 
			
		||||
				attr_value = args[argidx++];
 | 
			
		||||
				continue;
 | 
			
		||||
			}
 | 
			
		||||
			if (args[argidx] == "-unpart" && argidx+1 < args.size()) {
 | 
			
		||||
				attr_name = RTLIL::escape_id(args[argidx++]);
 | 
			
		||||
				unpart_mode = true;
 | 
			
		||||
				attr_name = RTLIL::escape_id(args[++argidx]);
 | 
			
		||||
				continue;
 | 
			
		||||
			}
 | 
			
		||||
			if (args[argidx] == "-enable") {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue