mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 13:29:12 +00:00 
			
		
		
		
	Move 'clean' from map_luts to finalize
This commit is contained in:
		
							parent
							
								
									09637dd3e4
								
							
						
					
					
						commit
						739f530906
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -560,7 +560,6 @@ struct SynthXilinxPass : public ScriptPass
 | 
				
			||||||
			else
 | 
								else
 | 
				
			||||||
				techmap_args += " -map " + ff_map_file;
 | 
									techmap_args += " -map " + ff_map_file;
 | 
				
			||||||
			run("techmap " + techmap_args);
 | 
								run("techmap " + techmap_args);
 | 
				
			||||||
			run("clean");
 | 
					 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		if (check_label("finalize")) {
 | 
							if (check_label("finalize")) {
 | 
				
			||||||
| 
						 | 
					@ -575,6 +574,7 @@ struct SynthXilinxPass : public ScriptPass
 | 
				
			||||||
				run("iopadmap -bits -outpad OBUF I:O -inpad IBUF O:I A:top", "(only if '-iopad' or '-ise' and not '-noiopad')");
 | 
									run("iopadmap -bits -outpad OBUF I:O -inpad IBUF O:I A:top", "(only if '-iopad' or '-ise' and not '-noiopad')");
 | 
				
			||||||
			if (help_mode || ise)
 | 
								if (help_mode || ise)
 | 
				
			||||||
				run("extractinv -inv INV O:I", "(only if '-ise')");
 | 
									run("extractinv -inv INV O:I", "(only if '-ise')");
 | 
				
			||||||
 | 
								run("clean");
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		if (check_label("check")) {
 | 
							if (check_label("check")) {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue