mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-23 09:05:32 +00:00
Progress on AppNote 011
This commit is contained in:
parent
e23a0072ec
commit
7295b25955
6 changed files with 110 additions and 16 deletions
|
@ -1036,6 +1036,10 @@ struct LsPass : public Pass {
|
|||
log("\n");
|
||||
log("If a pattern is given, the objects matching the pattern are printed\n");
|
||||
log("\n");
|
||||
log("Note that this command does not use the selection mechanism and always operates\n");
|
||||
log("on the whole design or whole active module. Use 'select -list' to show a list\n");
|
||||
log("of currently selected objects.\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