mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 03:32:29 +00:00 
			
		
		
		
	synth: only techmap cmp2{lut,lcu} if -lut
This commit is contained in:
		
							parent
							
								
									5b87720b16
								
							
						
					
					
						commit
						34c9b83854
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -226,7 +226,7 @@ struct SynthPass : public ScriptPass | ||||||
| 			run("opt_clean"); | 			run("opt_clean"); | ||||||
| 			if (help_mode) | 			if (help_mode) | ||||||
| 				run("techmap -map +/cmp2lut.v -map +/cmp2lcu.v", " (if -lut)"); | 				run("techmap -map +/cmp2lut.v -map +/cmp2lcu.v", " (if -lut)"); | ||||||
| 			else | 			else if (lut) | ||||||
| 				run(stringf("techmap -map +/cmp2lut.v -map +/cmp2lcu.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)"); | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue