mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-08 12:11:24 +00:00
memory_dff: Remove now-useless write port handling.
This commit is contained in:
parent
89c74ffd71
commit
a3528649c8
6 changed files with 19 additions and 82 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue