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:
parent
450f6f59b4
commit
f8a77abfac
3 changed files with 38 additions and 4 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue