mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-30 19:22:31 +00:00 
			
		
		
		
	Constrain wreduce only if wide mux
This commit is contained in:
		
							parent
							
								
									aeee9dcad7
								
							
						
					
					
						commit
						faa2d6fc1c
					
				
					 1 changed files with 4 additions and 1 deletions
				
			
		|  | @ -226,7 +226,10 @@ struct SynthXilinxPass : public ScriptPass | ||||||
| 			run("opt_clean"); | 			run("opt_clean"); | ||||||
| 			run("check"); | 			run("check"); | ||||||
| 			run("opt"); | 			run("opt"); | ||||||
| 			run("wreduce c:* t:$mux %d"); | 			if (help_mode) | ||||||
|  | 				run("wreduce [c:* t:$mux %d]", "(no selection if -nomux)"); | ||||||
|  | 			else | ||||||
|  | 				run("wreduce" + nomux ? "" : " c:* t:$mux %d"); | ||||||
| 			run("peepopt"); | 			run("peepopt"); | ||||||
| 			run("opt_clean"); | 			run("opt_clean"); | ||||||
| 			run("alumacc"); | 			run("alumacc"); | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue