mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-15 13:28:59 +00:00
Replace TODO
This commit is contained in:
parent
84153288bb
commit
00d76f6cc4
|
@ -58,7 +58,7 @@ struct ClkPartPass : public Pass {
|
||||||
}
|
}
|
||||||
void execute(std::vector<std::string> args, RTLIL::Design *design) YS_OVERRIDE
|
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();
|
log_push();
|
||||||
|
|
||||||
clear_flags();
|
clear_flags();
|
||||||
|
|
Loading…
Reference in a new issue