mirror of
https://github.com/YosysHQ/yosys
synced 2026-07-16 20:25:43 +00:00
Initial sat_clockgate pass pre speed optimization
This commit is contained in:
parent
cc6605f8e2
commit
f0de3ae8de
1 changed files with 1 additions and 0 deletions
|
|
@ -631,6 +631,7 @@ struct SatClockgatePass : public Pass {
|
|||
std::string clockgate_cmd = "clockgate";
|
||||
for (auto &arg : clockgate_args)
|
||||
clockgate_cmd += " " + arg;
|
||||
log("Calling clockgate with args: %s\n", clockgate_cmd);
|
||||
Pass::call(design, clockgate_cmd);
|
||||
}
|
||||
} SatClockgatePass;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue