mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-24 05:08:56 +00:00
xilinx_dsp: Initial DSP48A/DSP48A1 support.
This commit is contained in:
parent
aa1adb0f1e
commit
666c6128a9
10 changed files with 921 additions and 14 deletions
|
@ -387,7 +387,10 @@ struct SynthXilinxPass : public ScriptPass
|
|||
run("opt_expr -fine");
|
||||
run("wreduce");
|
||||
run("select -clear");
|
||||
run("xilinx_dsp");
|
||||
if (help_mode)
|
||||
run("xilinx_dsp -family <family>");
|
||||
else
|
||||
run("xilinx_dsp -family " + family);
|
||||
run("chtype -set $mul t:$__soft_mul");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue