Skip to content

Commit

Permalink
Merge pull request #4265 from povik/iattr_help
Browse files Browse the repository at this point in the history
memory_map: Explain `-iattr` better
  • Loading branch information
povik authored Apr 13, 2024
2 parents 4a8cdfa + 158fbf8 commit b827b98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion passes/memory/memory_map.cc
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ struct MemoryMapPass : public Pass {
log(" to any of the values.\n");
log("\n");
log(" -iattr\n");
log(" for -attr, ignore case of <value>.\n");
log(" for -attr, suppress case sensitivity in matching of <value>.\n");
log("\n");
log(" -rom-only\n");
log(" only perform conversion for ROMs (memories with no write ports).\n");
Expand Down

0 comments on commit b827b98

Please sign in to comment.