mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-07 06:33:24 +00:00
Replace TODO
This commit is contained in:
parent
84153288bb
commit
00d76f6cc4
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue