mirror of https://github.com/YosysHQ/yosys.git
Missing close bracket
This commit is contained in:
parent
6b5e65919a
commit
9172d4a674
|
@ -213,7 +213,7 @@ struct XilinxSrlPass : public Pass {
|
|||
log("\n");
|
||||
log(" -variable\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");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue