mirror of https://github.com/YosysHQ/yosys.git
Fix typo
Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
parent
70c417174d
commit
c800e3bb16
|
@ -263,7 +263,7 @@ struct Dff2dffePass : public Pass {
|
||||||
log("more feedback paths to $dffe cells. It also works on gate-level cells such as\n");
|
log("more feedback paths to $dffe cells. It also works on gate-level cells such as\n");
|
||||||
log("$_DFF_P_, $_DFF_N_ and $_MUX_.\n");
|
log("$_DFF_P_, $_DFF_N_ and $_MUX_.\n");
|
||||||
log("\n");
|
log("\n");
|
||||||
log(" -unmap");
|
log(" -unmap\n");
|
||||||
log(" operate in the opposite direction: replace $dffe cells with combinations\n");
|
log(" operate in the opposite direction: replace $dffe cells with combinations\n");
|
||||||
log(" of $dff and $mux cells. the options below are ignore in unmap mode.\n");
|
log(" of $dff and $mux cells. the options below are ignore in unmap mode.\n");
|
||||||
log("\n");
|
log("\n");
|
||||||
|
|
Loading…
Reference in New Issue