mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-23 09:05:32 +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
|
||||
{
|
||||
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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue