aboutsummaryrefslogtreecommitdiffstats
path: root/passes/memory/memory_nordff.cc
diff options
context:
space:
mode:
authorMarcelina Koƛcielnicka <mwk@0x04.net>2021-02-23 19:42:51 +0100
committerMarcelina Koƛcielnicka <mwk@0x04.net>2021-03-08 20:16:29 +0100
commita3528649c82ed7c6d14850affef8e9368f4fe065 (patch)
tree05fe743a30c58432246a4df406b591b6acc21794 /passes/memory/memory_nordff.cc
parent89c74ffd7189d4898feb476ff70376385d516eb2 (diff)
downloadyosys-a3528649c82ed7c6d14850affef8e9368f4fe065.tar.gz
yosys-a3528649c82ed7c6d14850affef8e9368f4fe065.tar.bz2
yosys-a3528649c82ed7c6d14850affef8e9368f4fe065.zip
memory_dff: Remove now-useless write port handling.
Diffstat (limited to 'passes/memory/memory_nordff.cc')
-rw-r--r--passes/memory/memory_nordff.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/passes/memory/memory_nordff.cc b/passes/memory/memory_nordff.cc
index a4fdcfc38..bb853c483 100644
--- a/passes/memory/memory_nordff.cc
+++ b/passes/memory/memory_nordff.cc
@@ -33,7 +33,7 @@ struct MemoryNordffPass : public Pass {
log(" memory_nordff [options] [selection]\n");
log("\n");
log("This pass extracts FFs from memory read ports. This results in a netlist\n");
- log("similar to what one would get from calling memory_dff with -nordff.\n");
+ log("similar to what one would get from not calling memory_dff.\n");
log("\n");
}
void execute(std::vector<std::string> args, RTLIL::Design *design) override