Fixed help message typo (memory pass)
authorClifford Wolf <clifford@clifford.at>
Tue, 29 Oct 2013 23:47:31 +0000 (00:47 +0100)
committerClifford Wolf <clifford@clifford.at>
Tue, 29 Oct 2013 23:47:31 +0000 (00:47 +0100)
passes/memory/memory.cc

index 6968d58ba23b8f00cde4b3ed7c0478665fa8f081..680657a79d43a7540b4ba4800e8214a7f50c964b 100644 (file)
@@ -37,7 +37,7 @@ struct MemoryPass : public Pass {
                log("    memory_map          (skipped if called with -nomap)\n");
                log("\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");
        }
        virtual void execute(std::vector<std::string> args, RTLIL::Design *design)