mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-27 19:05:52 +00:00
Added echo command
This commit is contained in:
parent
366dcd3abf
commit
a51a3fa2d2
3 changed files with 47 additions and 4 deletions
|
@ -38,6 +38,7 @@ extern const char *yosys_version_str;
|
|||
extern RTLIL::Design *yosys_get_design();
|
||||
std::string rewrite_yosys_exe(std::string exe);
|
||||
std::string get_share_file_name(std::string file);
|
||||
const char *create_prompt(RTLIL::Design *design, int recursion_counter);
|
||||
|
||||
struct Pass
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue