aboutsummaryrefslogtreecommitdiffstats
path: root/passes/memory/memory_share.cc
diff options
context:
space:
mode:
authorAndrew Zonenberg <azonenberg@drawersteak.com>2016-04-01 00:03:00 -0700
committerAndrew Zonenberg <azonenberg@drawersteak.com>2016-04-01 00:03:00 -0700
commitf277267916b7b1c97fe90576abecde003cc231ab (patch)
tree3e76c4069a6f8fa37e0f53f927738ed2a8665589 /passes/memory/memory_share.cc
parent736a998a75e12ca83b45b74a79e78fae8ab12d16 (diff)
parent25533190818b0fe207be9a4626a9a273a08ae219 (diff)
downloadyosys-f277267916b7b1c97fe90576abecde003cc231ab.tar.gz
yosys-f277267916b7b1c97fe90576abecde003cc231ab.tar.bz2
yosys-f277267916b7b1c97fe90576abecde003cc231ab.zip
Merge https://github.com/cliffordwolf/yosys
Diffstat (limited to 'passes/memory/memory_share.cc')
-rw-r--r--passes/memory/memory_share.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/passes/memory/memory_share.cc b/passes/memory/memory_share.cc
index 3a6fd0b44..ab9edb6e7 100644
--- a/passes/memory/memory_share.cc
+++ b/passes/memory/memory_share.cc
@@ -746,7 +746,7 @@ struct MemorySharePass : public Pass {
log("\n");
log("Note that in addition to the algorithms implemented in this pass, the $memrd\n");
log("and $memwr cells are also subject to generic resource sharing passes (and other\n");
- log("optimizations) such as opt_share.\n");
+ log("optimizations) such as \"share\" and \"opt_merge\".\n");
log("\n");
}
virtual void execute(std::vector<std::string> args, RTLIL::Design *design) {