mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 11:42:30 +00:00 
			
		
		
		
	Change $__softmul back to $mul
This commit is contained in:
		
							parent
							
								
									e19d33b003
								
							
						
					
					
						commit
						fc0b5d5ab6
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		|  | @ -334,6 +334,7 @@ struct SynthXilinxPass : public ScriptPass | ||||||
| 			if (help_mode || !nodsp) { | 			if (help_mode || !nodsp) { | ||||||
| 				run("techmap -map +/xilinx/dsp_map.v", "(skip if '-nodsp')"); | 				run("techmap -map +/xilinx/dsp_map.v", "(skip if '-nodsp')"); | ||||||
| 				run("xilinx_dsp", "                     (skip if '-nodsp')"); | 				run("xilinx_dsp", "                     (skip if '-nodsp')"); | ||||||
|  | 				run("chtype -set $mul t:$__soft_mul","  (skip if '-nodsp')"); | ||||||
| 			} | 			} | ||||||
| 			if (help_mode) { | 			if (help_mode) { | ||||||
| 				run("simplemap t:$mux", "         ('-widemux' only)"); | 				run("simplemap t:$mux", "         ('-widemux' only)"); | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue