3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-27 19:05:52 +00:00

Added echo command

This commit is contained in:
Clifford Wolf 2014-02-07 14:17:00 +01:00
parent 366dcd3abf
commit a51a3fa2d2
3 changed files with 47 additions and 4 deletions

View file

@ -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
{