mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 13:29:12 +00:00 
			
		
		
		
	synth: use +/cmp2lcu.v in generic 'synth' too
This commit is contained in:
		
							parent
							
								
									2bf03c6ae0
								
							
						
					
					
						commit
						5b87720b16
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -225,9 +225,9 @@ struct SynthPass : public ScriptPass
 | 
				
			||||||
			run("peepopt");
 | 
								run("peepopt");
 | 
				
			||||||
			run("opt_clean");
 | 
								run("opt_clean");
 | 
				
			||||||
			if (help_mode)
 | 
								if (help_mode)
 | 
				
			||||||
				run("techmap -map +/cmp2lut.v", " (if -lut)");
 | 
									run("techmap -map +/cmp2lut.v -map +/cmp2lcu.v", " (if -lut)");
 | 
				
			||||||
			else
 | 
								else
 | 
				
			||||||
				run(stringf("techmap -map +/cmp2lut.v -D LUT_WIDTH=%d", lut));
 | 
									run(stringf("techmap -map +/cmp2lut.v -map +/cmp2lcu.v -D LUT_WIDTH=%d", lut));
 | 
				
			||||||
			if (!noalumacc)
 | 
								if (!noalumacc)
 | 
				
			||||||
				run("alumacc", "  (unless -noalumacc)");
 | 
									run("alumacc", "  (unless -noalumacc)");
 | 
				
			||||||
			if (!noshare)
 | 
								if (!noshare)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue