mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-27 19:05:52 +00:00
Added API and Makefile rules for share/ files
This commit is contained in:
parent
bd2c8ec886
commit
73e68fe323
4 changed files with 26 additions and 0 deletions
|
@ -34,6 +34,7 @@ extern Tcl_Interp *yosys_get_tcl_interp();
|
|||
// implemented in driver.cc
|
||||
extern RTLIL::Design *yosys_get_design();
|
||||
std::string rewrite_yosys_exe(std::string exe);
|
||||
std::string get_share_file_name(std::string file);
|
||||
|
||||
struct Pass
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue