mirror of https://github.com/YosysHQ/yosys.git
Rename label to map_dsp
This commit is contained in:
parent
bfda921d03
commit
d3fb308181
|
@ -321,7 +321,7 @@ struct SynthXilinxPass : public ScriptPass
|
|||
run("techmap -map +/cmp2lut.v -D LUT_WIDTH=6");
|
||||
}
|
||||
|
||||
if (check_label("dsp")) {
|
||||
if (check_label("map_dsp")) {
|
||||
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_A_MAXWIDTH_PARTIAL=18 -D DSP_B_MAXWIDTH=18 -D DSP_SIGNEDONLY=1 -D DSP_NAME=$__MUL25X18", "(skip if '-nodsp')");
|
||||
|
|
Loading…
Reference in New Issue