mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-13 04:28:18 +00:00
Missing close bracket
This commit is contained in:
parent
6b5e65919a
commit
9172d4a674
|
@ -213,7 +213,7 @@ struct XilinxSrlPass : public Pass {
|
||||||
log("\n");
|
log("\n");
|
||||||
log(" -variable\n");
|
log(" -variable\n");
|
||||||
log(" infer variable-length shift registers (i.e. fixed-length shifts where\n");
|
log(" infer variable-length shift registers (i.e. fixed-length shifts where\n");
|
||||||
log(" each element also fans-out to a $shiftx cell.\n");
|
log(" each element also fans-out to a $shiftx cell).\n");
|
||||||
log("\n");
|
log("\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue