-nosrl meant when -nobram

This commit is contained in:
Eddie Hung 2019-04-03 08:28:07 -07:00
parent ff385a5ad0
commit 0e2d929cea
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ struct SynthXilinxPass : public Pass
log(" -nodram\n");
log(" disable inference of distributed rams\n");
log("\n");
log(" -nobram\n");
log(" -nosrl\n");
log(" disable inference of shift registers\n");
log("\n");
log(" -run <from_label>:<to_label>\n");