mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-25 01:55:33 +00:00
Added more help messages
This commit is contained in:
parent
cd71c70b4f
commit
7fccad92f7
9 changed files with 121 additions and 11 deletions
|
@ -248,6 +248,8 @@ struct ExtractPass : public Pass {
|
|||
log("This pass operates on whole modules or selected cells from modules. Other\n");
|
||||
log("selected entities (wires, etc.) are ignored.\n");
|
||||
log("\n");
|
||||
log("See 'help techmap' for a pass that does the opposite thing.\n");
|
||||
log("\n");
|
||||
}
|
||||
virtual void execute(std::vector<std::string> args, RTLIL::Design *design)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue