mirror of https://github.com/YosysHQ/yosys.git
Missing close bracket
This commit is contained in:
parent
295bb23ae0
commit
7a3c403ba0
|
@ -1025,7 +1025,7 @@ struct AigerFrontend : public Frontend {
|
|||
log(" Name of module to be created (default: <filename>)\n");
|
||||
log("\n");
|
||||
log(" -clk_name <wire_name>\n");
|
||||
log(" If specified, AIGER latches to be transformed into $_DFF_P_ cells\n"
|
||||
log(" If specified, AIGER latches to be transformed into $_DFF_P_ cells\n");
|
||||
log(" clocked by wire of this name. Otherwise, $_FF_ cells will be used.\n");
|
||||
log("\n");
|
||||
log(" -map <filename>\n");
|
||||
|
|
Loading…
Reference in New Issue