3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-10-11 02:08:08 +00:00

io: add append_globbed to resolve globs in regular pass arguments

This commit is contained in:
Emil Jiří Tywoniak 2025-09-24 11:30:29 +02:00
parent e8f8297e5d
commit 161cdd349c
2 changed files with 8 additions and 0 deletions

View file

@ -469,6 +469,7 @@ bool is_absolute_path(std::string filename);
void remove_directory(std::string dirname);
bool create_directory(const std::string& dirname);
std::string escape_filename_spaces(const std::string& filename);
void append_globbed(std::vector<std::string>& paths, std::string pattern);
YOSYS_NAMESPACE_END