mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +00:00
Typo
This commit is contained in:
parent
bd8661e024
commit
033aefc0f4
1 changed files with 1 additions and 1 deletions
|
@ -347,7 +347,7 @@ struct SynthXilinxPass : public ScriptPass
|
|||
"-D DSP_Y_MINWIDTH=9 " // UG901 suggests small multiplies are those 4x4 and smaller
|
||||
"-D DSP_SIGNEDONLY=1 -D DSP_NAME=$__MUL25X18");
|
||||
run("select a:mul2dsp");
|
||||
run("opt_expr -fine"):
|
||||
run("opt_expr -fine");
|
||||
run("wreduce");
|
||||
run("setattr -unset mul2dsp");
|
||||
run("select -clear");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue