mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-28 23:17:57 +00:00
Renamed opt_share to opt_merge
This commit is contained in:
parent
1d0f0d668a
commit
ec93680bd5
8 changed files with 28 additions and 28 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue