1
0
mirror of synced 2026-04-28 04:56:37 +00:00

Missing close bracket

This commit is contained in:
Eddie Hung
2019-08-26 21:02:52 -07:00
parent 6b5e65919a
commit 9172d4a674

View File

@@ -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");
}