mirror of https://github.com/YosysHQ/yosys.git
Missing space
This commit is contained in:
parent
e9eb855d38
commit
0ebbecf833
|
@ -83,6 +83,7 @@ struct SynthXilinxPass : public ScriptPass
|
||||||
log("\n");
|
log("\n");
|
||||||
log(" -nodsp\n");
|
log(" -nodsp\n");
|
||||||
log(" do not use DSP48E1s to implement multipliers and associated logic\n");
|
log(" do not use DSP48E1s to implement multipliers and associated logic\n");
|
||||||
|
log("\n");
|
||||||
log(" -iopad\n");
|
log(" -iopad\n");
|
||||||
log(" enable I/O buffer insertion (selected automatically by -ise)\n");
|
log(" enable I/O buffer insertion (selected automatically by -ise)\n");
|
||||||
log("\n");
|
log("\n");
|
||||||
|
|
Loading…
Reference in New Issue