Missing close bracket

This commit is contained in:
Eddie Hung 2019-08-26 21:02:52 -07:00
parent 6b5e65919a
commit 9172d4a674
1 changed files with 1 additions and 1 deletions

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