3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-13 20:38:44 +00:00

Replace TODO

This commit is contained in:
Eddie Hung 2019-11-22 16:58:08 -08:00
parent 84153288bb
commit 00d76f6cc4

View file

@ -58,7 +58,7 @@ struct ClkPartPass : public Pass {
}
void execute(std::vector<std::string> args, RTLIL::Design *design) YS_OVERRIDE
{
log_header(design, "Executing CLKPART pass (TODO).\n");
log_header(design, "Executing CLKPART pass (partition design according to clock domain).\n");
log_push();
clear_flags();