mirror of
https://github.com/YosysHQ/yosys
synced 2025-10-10 17:58:07 +00:00
clockgate: support liberty filename globbing
This commit is contained in:
parent
161cdd349c
commit
a28c0c632b
2 changed files with 2 additions and 4 deletions
|
@ -290,9 +290,7 @@ struct ClockgatePass : public Pass {
|
|||
continue;
|
||||
}
|
||||
if (args[argidx] == "-liberty" && argidx+1 < args.size()) {
|
||||
std::string liberty_file = args[++argidx];
|
||||
rewrite_filename(liberty_file);
|
||||
liberty_files.push_back(liberty_file);
|
||||
append_globbed(liberty_files, args[++argidx]);
|
||||
continue;
|
||||
}
|
||||
if (args[argidx] == "-dont_use" && argidx+1 < args.size()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue