3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-06-18 20:03:39 +00:00

Fixed help message typo (memory pass)

This commit is contained in:
Clifford Wolf 2013-10-30 00:47:31 +01:00
parent 613750155d
commit 888c43210b

View file

@ -37,7 +37,7 @@ struct MemoryPass : public Pass {
log(" memory_map (skipped if called with -nomap)\n"); log(" memory_map (skipped if called with -nomap)\n");
log("\n"); log("\n");
log("This converts memories to word-wide DFFs and address decoders\n"); log("This converts memories to word-wide DFFs and address decoders\n");
log("or moultiport memory blocks if called with the -nomap option.\n"); log("or multiport memory blocks if called with the -nomap option.\n");
log("\n"); log("\n");
} }
virtual void execute(std::vector<std::string> args, RTLIL::Design *design) virtual void execute(std::vector<std::string> args, RTLIL::Design *design)