mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-06 06:03:23 +00:00
Added more help messages
This commit is contained in:
parent
cd71c70b4f
commit
7fccad92f7
9 changed files with 121 additions and 11 deletions
|
@ -210,6 +210,8 @@ struct ShellPass : public Pass {
|
|||
log("This command is the default action if nothing else has been specified\n");
|
||||
log("on the command line.\n");
|
||||
log("\n");
|
||||
log("Press Ctrl-D to leave the interactive shell.\n");
|
||||
log("\n");
|
||||
}
|
||||
virtual void execute(std::vector<std::string>, RTLIL::Design *design) {
|
||||
shell(design);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue