mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-13 01:16:16 +00:00
Move dsp_map.v into cells_map.v; cleanup synth_xilinx a little
This commit is contained in:
parent
cea7441d8a
commit
b33ecd2a74
4 changed files with 42 additions and 45 deletions
|
@ -279,11 +279,8 @@ struct SynthXilinxPass : public ScriptPass
|
|||
|
||||
run("techmap -map +/cmp2lut.v -D LUT_WIDTH=6");
|
||||
|
||||
if (!nodsp || help_mode) {
|
||||
if (!nodsp || help_mode)
|
||||
run("techmap -map +/mul2dsp.v -D DSP_A_MAXWIDTH=25 -D DSP_B_MAXWIDTH=18 -D DSP_NAME=$__MUL25X18");
|
||||
run("clean");
|
||||
run("techmap -map +/xilinx/dsp_map.v");
|
||||
}
|
||||
|
||||
run("alumacc");
|
||||
run("share");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue