mirror of
https://github.com/YosysHQ/yosys
synced 2025-10-10 09:48:06 +00:00
dfflibmap: support liberty filename globbing
This commit is contained in:
parent
a28c0c632b
commit
856a387aad
2 changed files with 2 additions and 4 deletions
|
@ -609,9 +609,7 @@ struct DfflibmapPass : public Pass {
|
|||
{
|
||||
std::string arg = args[argidx];
|
||||
if (arg == "-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 (arg == "-prepare") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue