mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-08-22 06:07:26 +02:00
Add doc
This commit is contained in:
@@ -304,9 +304,9 @@ struct MuxpackPass : public Pass {
|
|||||||
log("constructs) and $mux cells (e.g. those created by if-else constructs) into\n");
|
log("constructs) and $mux cells (e.g. those created by if-else constructs) into\n");
|
||||||
log("$pmux cells.\n");
|
log("$pmux cells.\n");
|
||||||
log("\n");
|
log("\n");
|
||||||
log("This optimisation is conservative --- it will only pack $mux or $pmux cells with\n");
|
log("This optimisation is conservative --- it will only pack $mux or $pmux cells\n");
|
||||||
log("other such cells if it can be certain that the select lines are mutually\n");
|
log("whose select lines are driven by '$eq' cells with other such cells if it can be\n");
|
||||||
log("exclusive.\n");
|
log("certain that their select inputs are mutually exclusive.\n");
|
||||||
log("\n");
|
log("\n");
|
||||||
}
|
}
|
||||||
void execute(std::vector<std::string> args, RTLIL::Design *design) YS_OVERRIDE
|
void execute(std::vector<std::string> args, RTLIL::Design *design) YS_OVERRIDE
|
||||||
|
|||||||
Reference in New Issue
Block a user