mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-24 21:27:00 +00:00
fixed typos
This commit is contained in:
parent
ba3793b642
commit
cd8008bda0
12 changed files with 26 additions and 26 deletions
|
@ -168,8 +168,8 @@ struct ProcDffPass : public Pass {
|
|||
log("\n");
|
||||
log(" proc_dff [selection]\n");
|
||||
log("\n");
|
||||
log("This pass identifies flip-flops in the processes and converts then to\n");
|
||||
log("flip-flop cells.\n");
|
||||
log("This pass identifies flip-flops in the processes and converts them to\n");
|
||||
log("d-type flip-flop cells.\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