mirror of https://github.com/YosysHQ/yosys.git
clockgate: help string
Co-authored-by: Martin Povišer <povik@cutebit.org>
This commit is contained in:
parent
1e999a3cb7
commit
a8a92d3469
|
@ -65,7 +65,7 @@ struct ClockgatePass : public Pass {
|
||||||
log(" Port <port_name> of the ICG will be tied to zero.\n");
|
log(" Port <port_name> of the ICG will be tied to zero.\n");
|
||||||
log(" Intended for DFT scan-enable pins.\n");
|
log(" Intended for DFT scan-enable pins.\n");
|
||||||
log(" -min_net_size <n>\n");
|
log(" -min_net_size <n>\n");
|
||||||
log(" Only work on clocks with at least <n> eligible FFs.\n");
|
log(" Only transform sets of at least <n> eligible FFs.\n");
|
||||||
// log(" \n");
|
// log(" \n");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue