mirror of
https://github.com/YosysHQ/yosys
synced 2025-11-07 14:55:07 +00:00
Merge 2cee76bfd5 into 4011d72656
This commit is contained in:
commit
8b5dc7d68e
65 changed files with 409 additions and 152 deletions
|
|
@ -471,6 +471,10 @@ 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);
|
||||
|
||||
bool needs_quote(const std::string &s);
|
||||
std::string quote(const std::string &s);
|
||||
std::string unquote(const std::string &s);
|
||||
|
||||
YOSYS_NAMESPACE_END
|
||||
|
||||
#endif // YOSYS_IO_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue