mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 11:42:30 +00:00 
			
		
		
		
	Pack partial-product adder DSP48E1 packing
This commit is contained in:
		
							parent
							
								
									a002eba14a
								
							
						
					
					
						commit
						0b5b56c1ec
					
				
					 3 changed files with 81 additions and 10 deletions
				
			
		|  | @ -287,6 +287,8 @@ struct SynthXilinxPass : public ScriptPass | |||
| 			if (!nodsp || help_mode) { | ||||
| 				// NB: Xilinx multipliers are signed only
 | ||||
| 				run("techmap -map +/mul2dsp.v -map +/xilinx/dsp_map.v -D DSP_A_MAXWIDTH=25 -D DSP_B_MAXWIDTH=18 -D DSP_SIGNEDONLY=1 -D DSP_NAME=$__MUL25X18", "(skip if '-nodsp')"); | ||||
| 				run("opt_expr -fine", "                 (skip if '-nodsp')"); | ||||
| 				run("wreduce", "                        (skip if '-nodsp')"); | ||||
| 				run("xilinx_dsp", "                     (skip if '-nodsp')"); | ||||
| 				run("chtype -set $mul t:$__soft_mul","  (skip if '-nodsp')"); | ||||
| 			} | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue