3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-06-06 06:03:23 +00:00

Added glob support to all front-ends

This commit is contained in:
Clifford Wolf 2016-08-22 15:05:57 +02:00
parent 450f6f59b4
commit f8a77abfac
3 changed files with 38 additions and 4 deletions

View file

@ -280,6 +280,7 @@ RTLIL::Design *yosys_get_design();
std::string proc_self_dirname();
std::string proc_share_dirname();
const char *create_prompt(RTLIL::Design *design, int recursion_counter);
std::vector<std::string> glob_filename(const std::string &filename_pattern);
void rewrite_filename(std::string &filename);
void run_pass(std::string command, RTLIL::Design *design = nullptr);