mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-06 06:03:23 +00:00
Added echo command
This commit is contained in:
parent
366dcd3abf
commit
a51a3fa2d2
3 changed files with 47 additions and 4 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue