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:
parent
e8f8297e5d
commit
161cdd349c
2 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue