diff options
author | Miodrag Milanović <mmicko@gmail.com> | 2020-04-10 16:33:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-10 16:33:01 +0200 |
commit | 93c6c6779861d7b41fae1b87d54790e0a9555b80 (patch) | |
tree | 434835d5d7d28d270cb232299bd6b1dfccbc9014 /kernel/yosys.h | |
parent | 7c06cb615745fce4490c1d5b9dcf48d40fa00445 (diff) | |
parent | af7b7b6dc1891923245db4c818cefd6155aafab8 (diff) | |
download | yosys-93c6c6779861d7b41fae1b87d54790e0a9555b80.tar.gz yosys-93c6c6779861d7b41fae1b87d54790e0a9555b80.tar.bz2 yosys-93c6c6779861d7b41fae1b87d54790e0a9555b80.zip |
Merge pull request #1893 from mmicko/program_prefix
Support custom PROGRAM_PREFIX
Diffstat (limited to 'kernel/yosys.h')
-rw-r--r-- | kernel/yosys.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/yosys.h b/kernel/yosys.h index 6aed7c96a..5ad47054c 100644 --- a/kernel/yosys.h +++ b/kernel/yosys.h @@ -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); |