mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-08-22 14:17:27 +02:00
fixed typos
This commit is contained in:
committed by
Clifford Wolf
parent
ba3793b642
commit
cd8008bda0
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user