mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-18 20:03:39 +00:00
Support custom PROGRAM_PREFIX
This commit is contained in:
parent
7c06cb6157
commit
0d789c5a3b
10 changed files with 81 additions and 71 deletions
|
@ -324,6 +324,7 @@ namespace ID = RTLIL::ID;
|
|||
RTLIL::Design *yosys_get_design();
|
||||
std::string proc_self_dirname();
|
||||
std::string proc_share_dirname();
|
||||
std::string proc_program_prefix();
|
||||
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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue