3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-06-06 06:03:23 +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

@ -212,7 +212,7 @@ static char **readline_completion(const char *text, int start, int)
return NULL;
}
static const char *create_prompt(RTLIL::Design *design, int recursion_counter)
const char *create_prompt(RTLIL::Design *design, int recursion_counter)
{
static char buffer[100];
std::string str = "\n";